#741455

Color #741455 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #741455

Tints of Pompadour #741455

Color information

#741455 (or 0x741455) is unknown color: approx Pompadour. HEX triplet: 74, 14 and 55. RGB value is (116,20,85). Sum of RGB (Red+Green+Blue) = 116+20+85=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #741455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741455 is #8BEBAA. Grayscale: #373737. Windows color (decimal): -9169835 or 5575796. OLE color: 5575796.

HSL color Cylindrical-coordinate representation of color #741455: hue angle of 319.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741455 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1162085-
CMYK00.830.270.55
HSL319.38º70.59%26.67%-
HSV(B)319.38º82.76%45.49%-
XYZ9.094.879.05-
YUV56.11144.3170.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=52.49%
G=9.05%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116208500.830.270.55319.3870.5926.67
Hex7414550531B3713f471b
Octal164241250123336747710733
Binary11101001010010101010101001111011110111100111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741455; }

 p { color: rgb(116,20,85); }

 H1.HeaderClassName
 {
   color: #741455;
 }
 .AnyTagClassName
 {
   color: #741455;
 }
</style>
background-color css

<style>
 a { background-color: #741455; }

 a { background-color: rgb(116,20,85); }

 div.DivClassName
 {
   background-color: #741455;
 }
 .BgClassName
 {
   background-color: #741455;
 }
</style>
border-color css

<style>
 span { border-color: #741455; }

 span { border-color: rgb(116,20,85); }

 td.TdClassName
 {
   border-color: #741455;
 }
 .TagClassName
 {
   border-color: #741455;
 }
</style>