#66274B

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

Shades of Pompadour #66274B

Tints of Pompadour #66274B

Color information

#66274B (or 0x66274B) is unknown color: approx Pompadour. HEX triplet: 66, 27 and 4B. RGB value is (102,39,75). Sum of RGB (Red+Green+Blue) = 102+39+75=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66274B is #99D8B4. Grayscale: #3D3D3D. Windows color (decimal): -10082485 or 4925286. OLE color: 4925286.

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

Color convert

RGB1023975-
CMYK00.620.260.6
HSL325.71º44.68%27.65%-
HSV(B)325.71º61.76%40%-
XYZ7.484.787.19-
YUV61.94135.37156.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=47.22%
G=18.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102397500.620.260.6325.7144.6827.65
Hex66274B03E1A3C1462d1c
Octal1464711307632745065534
Binary1100110100111100101101111101101011110010100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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