Html Css Color HEX #602D45 Pompadour

📋 copy color: '#602D45'

red 96 ◦ green 45 ◦ blue 69

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

Shades of Pompadour #602D45

Tints of Pompadour #602D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

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

R = 45.71%
G = 21.43%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#602D45 (or 0x602D45) is known color: Pompadour. HEX triplet: 60, 2D and 45. RGB value is (96,45,69). Sum of RGB (Red+Green+Blue) = 96+45+69=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D45 is #9FD2BA. Grayscale: #3E3E3E. Windows color (decimal): -10474171 or 4533600. OLE color: 4533600.

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

Color convert

RGB 96 45 69 -
CMYK 0 0.53 0.28 0.62
HSL 331.76º 0.36% 0.28% -
HSV(B) 331.76º 0.53% 0.38% -
XYZ 6.84 4.79 6.2 -
YUV 62.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 96 45 69 0 0.53 0.28 0.62 331.76 0.36 0.28
Hex 60 2D 45 0 35 1C 3E 14C 24 1C
Octal 140 55 105 0 65 34 76 514 44 34
Binary 1100000 101101 1000101 0 110101 11100 111110 101001100 100100 11100

Color Harmonies of #602D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D45

Black with #602D45

Text Example


Text Example

White with #602D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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