Html Css Color HEX #602442 Pompadour

📋 copy color: '#602442'

red 96 ◦ green 36 ◦ blue 66

#602442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #602442

Tints of Pompadour #602442

RGB

 RED value IS 96 (37.89% from 255) = 48.48%

 GREEN value IS 36 (14.45% from 255) = 18.18%

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 48.48%
G = 18.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602442 (or 0x602442) is known color: Pompadour. HEX triplet: 60, 24 and 42. RGB value is (96,36,66). Sum of RGB (Red+Green+Blue) = 96+36+66=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602442 is #9FDBBD. Grayscale: #393939. Windows color (decimal): -10476478 or 4334688. OLE color: 4334688.

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

Color convert

RGB 96 36 66 -
CMYK 0 0.62 0.31 0.62
HSL 330º 0.45% 0.26% -
HSV(B) 330º 0.63% 0.38% -
XYZ 6.44 4.14 5.61 -
YUV 57.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 96 36 66 0 0.62 0.31 0.62 330 0.45 0.26
Hex 60 24 42 0 3E 1F 3E 14A 2D 1A
Octal 140 44 102 0 76 37 76 512 55 32
Binary 1100000 100100 1000010 0 111110 11111 111110 101001010 101101 11010

Color Harmonies of #602442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602442

Black with #602442

Text Example


Text Example

White with #602442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602442; }

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

 H1.HeaderClassName
 {
   color: #602442;
 }
 .AnyTagClassName
 {
   color: #602442;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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