#602242

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

Shades of Pompadour #602242

Tints of Pompadour #602242

Color information

#602242 (or 0x602242) is unknown color: approx Pompadour. HEX triplet: 60, 22 and 42. RGB value is (96,34,66). Sum of RGB (Red+Green+Blue) = 96+34+66=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602242 is #9FDDBD. Grayscale: #383838. Windows color (decimal): -10476990 or 4334176. OLE color: 4334176.

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

Color convert

RGB963466-
CMYK00.650.310.62
HSL329.03º47.69%25.49%-
HSV(B)329.03º64.58%37.65%-
XYZ6.384.025.59-
YUV56.19133.54156.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=48.98%
G=17.35%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96346600.650.310.62329.0347.6925.49
Hex6022420411F3E1493019
Octal14042102010137765116031
Binary11000001000101000010010000011111111111010100100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602242; }

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

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

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

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

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

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

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

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