Html Css Color HEX #602C45 Pompadour

📋 copy color: '#602C45'

red 96 ◦ green 44 ◦ blue 69

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

Shades of Pompadour #602C45

Tints of Pompadour #602C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 45.93%
G = 21.05%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#602C45 (or 0x602C45) is known color: Pompadour. HEX triplet: 60, 2C and 45. RGB value is (96,44,69). Sum of RGB (Red+Green+Blue) = 96+44+69=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C45 is #9FD3BA. Grayscale: #3E3E3E. Windows color (decimal): -10474427 or 4533344. OLE color: 4533344.

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

Color convert

RGB 96 44 69 -
CMYK 0 0.54 0.28 0.62
HSL 331.15º 0.37% 0.27% -
HSV(B) 331.15º 0.54% 0.38% -
XYZ 6.8 4.72 6.18 -
YUV 62.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 96 44 69 0 0.54 0.28 0.62 331.15 0.37 0.27
Hex 60 2C 45 0 36 1C 3E 14B 25 1B
Octal 140 54 105 0 66 34 76 513 45 33
Binary 1100000 101100 1000101 0 110110 11100 111110 101001011 100101 11011

Color Harmonies of #602C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C45

Black with #602C45

Text Example


Text Example

White with #602C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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