Html Css Color HEX #602C48 Pompadour

📋 copy color: '#602C48'

red 96 ◦ green 44 ◦ blue 72

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

Shades of Pompadour #602C48

Tints of Pompadour #602C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 45.28%
G = 20.75%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#602C48 (or 0x602C48) is known color: Pompadour. HEX triplet: 60, 2C and 48. RGB value is (96,44,72). Sum of RGB (Red+Green+Blue) = 96+44+72=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #602C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C48 is #9FD3B7. Grayscale: #3E3E3E. Windows color (decimal): -10474424 or 4729952. OLE color: 4729952.

HSL color Cylindrical-coordinate representation of color #602C48: hue angle of 327.69º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C48 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 72 -
CMYK 0 0.54 0.25 0.62
HSL 327.69º 0.37% 0.27% -
HSV(B) 327.69º 0.54% 0.38% -
XYZ 6.89 4.76 6.69 -
YUV 62.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 96 44 72 0 0.54 0.25 0.62 327.69 0.37 0.27
Hex 60 2C 48 0 36 19 3E 148 25 1B
Octal 140 54 110 0 66 31 76 510 45 33
Binary 1100000 101100 1001000 0 110110 11001 111110 101001000 100101 11011

Color Harmonies of #602C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C48

Black with #602C48

Text Example


Text Example

White with #602C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,72); }

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

background-color css

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

 a { background-color: rgb(96,44,72); }

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

border-color css

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

 span { border-color: rgb(96,44,72); }

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