Html Css Color HEX #59153C Pompadour

📋 copy color: '#59153C'

red 89 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #59153C

Tints of Pompadour #59153C

RGB

 RED value IS 89 (35.16% from 255) = 52.35%

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 52.35%
G = 12.35%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59153C (or 0x59153C) is known color: Pompadour. HEX triplet: 59, 15 and 3C. RGB value is (89,21,60). Sum of RGB (Red+Green+Blue) = 89+21+60=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59153C is #A6EAC3. Grayscale: #2D2D2D. Windows color (decimal): -10939076 or 3937625. OLE color: 3937625.

HSL color Cylindrical-coordinate representation of color #59153C: hue angle of 325.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59153C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 60 -
CMYK 0 0.76 0.33 0.65
HSL 325.59º 0.62% 0.22% -
HSV(B) 325.59º 0.76% 0.35% -
XYZ 5.2 2.99 4.58 -
YUV 45.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 89 21 60 0 0.76 0.33 0.65 325.59 0.62 0.22
Hex 59 15 3C 0 4C 21 41 146 3E 16
Octal 131 25 74 0 114 41 101 506 76 26
Binary 1011001 10101 111100 0 1001100 100001 1000001 101000110 111110 10110

Color Harmonies of #59153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59153C

Black with #59153C

Text Example


Text Example

White with #59153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59153C; }

 p { color: rgb(89,21,60); }

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

background-color css

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

 a { background-color: rgb(89,21,60); }

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

border-color css

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

 span { border-color: rgb(89,21,60); }

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