Html Css Color HEX #602249 Pompadour

📋 copy color: '#602249'

red 96 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #602249

Tints of Pompadour #602249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 47.29%
G = 16.75%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#602249 (or 0x602249) is known color: Pompadour. HEX triplet: 60, 22 and 49. RGB value is (96,34,73). Sum of RGB (Red+Green+Blue) = 96+34+73=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602249 is #9FDDB6. Grayscale: #383838. Windows color (decimal): -10476983 or 4792928. OLE color: 4792928.

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

Color convert

RGB 96 34 73 -
CMYK 0 0.65 0.24 0.62
HSL 322.26º 0.48% 0.25% -
HSV(B) 322.26º 0.65% 0.38% -
XYZ 6.6 4.11 6.75 -
YUV 56.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 96 34 73 0 0.65 0.24 0.62 322.26 0.48 0.25
Hex 60 22 49 0 41 18 3E 142 30 19
Octal 140 42 111 0 101 30 76 502 60 31
Binary 1100000 100010 1001001 0 1000001 11000 111110 101000010 110000 11001

Color Harmonies of #602249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602249

Black with #602249

Text Example


Text Example

White with #602249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602249; }

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

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

background-color css

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

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

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

border-color css

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

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

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