Html Css Color HEX #602F49 Pompadour

📋 copy color: '#602F49'

red 96 ◦ green 47 ◦ blue 73

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

Shades of Pompadour #602F49

Tints of Pompadour #602F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

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

R = 44.44%
G = 21.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#602F49 (or 0x602F49) is known color: Pompadour. HEX triplet: 60, 2F and 49. RGB value is (96,47,73). Sum of RGB (Red+Green+Blue) = 96+47+73=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F49 is #9FD0B6. Grayscale: #404040. Windows color (decimal): -10473655 or 4796256. OLE color: 4796256.

HSL color Cylindrical-coordinate representation of color #602F49: hue angle of 328.16º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F49 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 73 -
CMYK 0 0.51 0.24 0.62
HSL 328.16º 0.34% 0.28% -
HSV(B) 328.16º 0.51% 0.38% -
XYZ 7.04 5 6.9 -
YUV 64.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 96 47 73 0 0.51 0.24 0.62 328.16 0.34 0.28
Hex 60 2F 49 0 33 18 3E 148 22 1C
Octal 140 57 111 0 63 30 76 510 42 34
Binary 1100000 101111 1001001 0 110011 11000 111110 101001000 100010 11100

Color Harmonies of #602F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F49

Black with #602F49

Text Example


Text Example

White with #602F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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