#662145

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

Shades of Pompadour #662145

Tints of Pompadour #662145

Color information

#662145 (or 0x662145) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 45. RGB value is (102,33,69). Sum of RGB (Red+Green+Blue) = 102+33+69=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662145 is #99DEBA. Grayscale: #393939. Windows color (decimal): -10084027 or 4530534. OLE color: 4530534.

HSL color Cylindrical-coordinate representation of color #662145: hue angle of 328.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662145 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB1023369-
CMYK00.680.320.6
HSL328.7º51.11%26.47%-
HSV(B)328.7º67.65%40%-
XYZ7.14.346.09-
YUV57.74134.36159.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=50%
G=16.18%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102336900.680.320.6328.751.1126.47
Hex662145044203C149331a
Octal14641105010440745116332
Binary110011010000110001010100010010000011110010100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662145; }

 p { color: rgb(102,33,69); }

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

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

 a { background-color: rgb(102,33,69); }

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

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

 span { border-color: rgb(102,33,69); }

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