#66274D

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

Shades of Pompadour #66274D

Tints of Pompadour #66274D

Color information

#66274D (or 0x66274D) is unknown color: approx Pompadour. HEX triplet: 66, 27 and 4D. RGB value is (102,39,77). Sum of RGB (Red+Green+Blue) = 102+39+77=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66274D is #99D8B2. Grayscale: #3E3E3E. Windows color (decimal): -10082483 or 5056358. OLE color: 5056358.

HSL color Cylindrical-coordinate representation of color #66274D: hue angle of 323.81º 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 #66274D is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1023977-
CMYK00.620.250.6
HSL323.81º44.68%27.65%-
HSV(B)323.81º61.76%40%-
XYZ7.544.817.55-
YUV62.17136.37156.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=46.79%
G=17.89%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102397700.620.250.6323.8144.6827.65
Hex66274D03E193C1442d1c
Octal1464711507631745045534
Binary1100110100111100110101111101100111110010100010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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