#66124B

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

Shades of Pompadour #66124B

Tints of Pompadour #66124B

Color information

#66124B (or 0x66124B) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 4B. RGB value is (102,18,75). Sum of RGB (Red+Green+Blue) = 102+18+75=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66124B is #99EDB4. Grayscale: #313131. Windows color (decimal): -10087861 or 4919910. OLE color: 4919910.

HSL color Cylindrical-coordinate representation of color #66124B: hue angle of 319.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66124B is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1021875-
CMYK00.820.260.6
HSL319.29º70%23.53%-
HSV(B)319.29º82.35%40%-
XYZ6.973.777.02-
YUV49.61142.33165.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=52.31%
G=9.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102187500.820.260.6319.297023.53
Hex66124B0521A3C13f4618
Octal146221130122327447710630
Binary11001101001010010110101001011010111100100111111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66124B; }

 p { color: rgb(102,18,75); }

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

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

 a { background-color: rgb(102,18,75); }

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

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

 span { border-color: rgb(102,18,75); }

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