#602140

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

Shades of Pompadour #602140

Tints of Pompadour #602140

Color information

#602140 (or 0x602140) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 40. RGB value is (96,33,64). Sum of RGB (Red+Green+Blue) = 96+33+64=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #602140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602140 is #9FDEBF. Grayscale: #373737. Windows color (decimal): -10477248 or 4202848. OLE color: 4202848.

HSL color Cylindrical-coordinate representation of color #602140: hue angle of 330.48º 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 #602140 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB963364-
CMYK00.660.330.62
HSL330.48º48.84%25.29%-
HSV(B)330.48º65.62%37.65%-
XYZ6.293.945.28-
YUV55.37132.87156.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=49.74%
G=17.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96336400.660.330.62330.4848.8425.29
Hex602140042213E14a3119
Octal14041100010241765126131
Binary110000010000110000000100001010000111111010100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602140; }

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

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

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

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

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

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

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

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