#602142

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

Shades of Pompadour #602142

Tints of Pompadour #602142

Color information

#602142 (or 0x602142) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 42. RGB value is (96,33,66). Sum of RGB (Red+Green+Blue) = 96+33+66=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602142 is #9FDEBD. Grayscale: #373737. Windows color (decimal): -10477246 or 4333920. OLE color: 4333920.

HSL color Cylindrical-coordinate representation of color #602142: hue angle of 328.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602142 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB963366-
CMYK00.660.310.62
HSL328.57º48.84%25.29%-
HSV(B)328.57º65.62%37.65%-
XYZ6.353.975.59-
YUV55.6133.87156.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=49.23%
G=16.92%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96336600.660.310.62328.5748.8425.29
Hex6021420421F3E1493119
Octal14041102010237765116131
Binary11000001000011000010010000101111111111010100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602142; }

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

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

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

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

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

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

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

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