#662142

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

Shades of Pompadour #662142

Tints of Pompadour #662142

Color information

#662142 (or 0x662142) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 42. RGB value is (102,33,66). Sum of RGB (Red+Green+Blue) = 102+33+66=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #662142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662142 is #99DEBD. Grayscale: #393939. Windows color (decimal): -10084030 or 4333926. OLE color: 4333926.

HSL color Cylindrical-coordinate representation of color #662142: hue angle of 331.3º 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 #662142 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1023366-
CMYK00.680.350.6
HSL331.3º51.11%26.47%-
HSV(B)331.3º67.65%40%-
XYZ7.014.315.62-
YUV57.39132.86159.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=50.75%
G=16.42%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102336600.680.350.6331.351.1126.47
Hex662142044233C14b331a
Octal14641102010443745136332
Binary110011010000110000100100010010001111110010100101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662142; }

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

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

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

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

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

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

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

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