Html Css Color HEX #602446 Pompadour

📋 copy color: '#602446'

red 96 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #602446

Tints of Pompadour #602446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 47.52%
G = 17.82%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#602446 (or 0x602446) is known color: Pompadour. HEX triplet: 60, 24 and 46. RGB value is (96,36,70). Sum of RGB (Red+Green+Blue) = 96+36+70=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602446 is #9FDBB9. Grayscale: #393939. Windows color (decimal): -10476474 or 4596832. OLE color: 4596832.

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

Color convert

RGB 96 36 70 -
CMYK 0 0.62 0.27 0.62
HSL 326º 0.45% 0.26% -
HSV(B) 326º 0.63% 0.38% -
XYZ 6.56 4.19 6.26 -
YUV 57.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 96 36 70 0 0.62 0.27 0.62 326 0.45 0.26
Hex 60 24 46 0 3E 1B 3E 146 2D 1A
Octal 140 44 106 0 76 33 76 506 55 32
Binary 1100000 100100 1000110 0 111110 11011 111110 101000110 101101 11010

Color Harmonies of #602446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602446

Black with #602446

Text Example


Text Example

White with #602446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602446; }

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

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

background-color css

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

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

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

border-color css

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

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

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