Html Css Color HEX #602849 Pompadour

📋 copy color: '#602849'

red 96 ◦ green 40 ◦ blue 73

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

Shades of Pompadour #602849

Tints of Pompadour #602849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 45.93%
G = 19.14%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#602849 (or 0x602849) is known color: Pompadour. HEX triplet: 60, 28 and 49. RGB value is (96,40,73). Sum of RGB (Red+Green+Blue) = 96+40+73=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602849 is #9FD7B6. Grayscale: #3C3C3C. Windows color (decimal): -10475447 or 4794464. OLE color: 4794464.

HSL color Cylindrical-coordinate representation of color #602849: hue angle of 324.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602849 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 73 -
CMYK 0 0.58 0.24 0.62
HSL 324.64º 0.41% 0.27% -
HSV(B) 324.64º 0.58% 0.38% -
XYZ 6.79 4.49 6.81 -
YUV 60.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 96 40 73 0 0.58 0.24 0.62 324.64 0.41 0.27
Hex 60 28 49 0 3A 18 3E 145 29 1B
Octal 140 50 111 0 72 30 76 505 51 33
Binary 1100000 101000 1001001 0 111010 11000 111110 101000101 101001 11011

Color Harmonies of #602849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602849

Black with #602849

Text Example


Text Example

White with #602849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602849; }

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

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

background-color css

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

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

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

border-color css

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

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

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