Html Css Color HEX #602545 Pompadour

📋 copy color: '#602545'

red 96 ◦ green 37 ◦ blue 69

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

Shades of Pompadour #602545

Tints of Pompadour #602545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

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

R = 47.52%
G = 18.32%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#602545 (or 0x602545) is known color: Pompadour. HEX triplet: 60, 25 and 45. RGB value is (96,37,69). Sum of RGB (Red+Green+Blue) = 96+37+69=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602545 is #9FDABA. Grayscale: #3A3A3A. Windows color (decimal): -10476219 or 4531552. OLE color: 4531552.

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

Color convert

RGB 96 37 69 -
CMYK 0 0.61 0.28 0.62
HSL 327.46º 0.44% 0.26% -
HSV(B) 327.46º 0.61% 0.38% -
XYZ 6.56 4.24 6.1 -
YUV 58.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 96 37 69 0 0.61 0.28 0.62 327.46 0.44 0.26
Hex 60 25 45 0 3D 1C 3E 147 2C 1A
Octal 140 45 105 0 75 34 76 507 54 32
Binary 1100000 100101 1000101 0 111101 11100 111110 101000111 101100 11010

Color Harmonies of #602545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602545

Black with #602545

Text Example


Text Example

White with #602545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602545; }

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

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

background-color css

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

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

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

border-color css

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

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

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