#66284B

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

Shades of Pompadour #66284B

Tints of Pompadour #66284B

Color information

#66284B (or 0x66284B) is unknown color: approx Pompadour. HEX triplet: 66, 28 and 4B. RGB value is (102,40,75). Sum of RGB (Red+Green+Blue) = 102+40+75=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66284B is #99D7B4. Grayscale: #3E3E3E. Windows color (decimal): -10082229 or 4925542. OLE color: 4925542.

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

Color convert

RGB1024075-
CMYK00.610.260.6
HSL326.13º43.66%27.84%-
HSV(B)326.13º60.78%40%-
XYZ7.514.857.2-
YUV62.53135.04156.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=47.00%
G=18.43%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102407500.610.260.6326.1343.6627.84
Hex66284B03D1A3C1462c1c
Octal1465011307532745065434
Binary1100110101000100101101111011101011110010100011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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