#66184B

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

Shades of Pompadour #66184B

Tints of Pompadour #66184B

Color information

#66184B (or 0x66184B) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 4B. RGB value is (102,24,75). Sum of RGB (Red+Green+Blue) = 102+24+75=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66184B is #99E7B4. Grayscale: #353535. Windows color (decimal): -10086325 or 4921446. OLE color: 4921446.

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

Color convert

RGB1022475-
CMYK00.760.260.6
HSL320.77º61.9%24.71%-
HSV(B)320.77º76.47%40%-
XYZ7.083.997.05-
YUV53.14140.34162.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=50.75%
G=11.94%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102247500.760.260.6320.7761.924.71
Hex66184B04C1A3C1413e19
Octal14630113011432745017631
Binary1100110110001001011010011001101011110010100000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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