Html Css Color HEX #59163C Pompadour

📋 copy color: '#59163C'

red 89 ◦ green 22 ◦ blue 60

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

Shades of Pompadour #59163C

Tints of Pompadour #59163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 52.05%
G = 12.87%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59163C (or 0x59163C) is known color: Pompadour. HEX triplet: 59, 16 and 3C. RGB value is (89,22,60). Sum of RGB (Red+Green+Blue) = 89+22+60=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59163C is #A6E9C3. Grayscale: #2E2E2E. Windows color (decimal): -10938820 or 3937881. OLE color: 3937881.

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

Color convert

RGB 89 22 60 -
CMYK 0 0.75 0.33 0.65
HSL 325.97º 0.6% 0.22% -
HSV(B) 325.97º 0.75% 0.35% -
XYZ 5.22 3.02 4.58 -
YUV 46.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 89 22 60 0 0.75 0.33 0.65 325.97 0.6 0.22
Hex 59 16 3C 0 4B 21 41 146 3C 16
Octal 131 26 74 0 113 41 101 506 74 26
Binary 1011001 10110 111100 0 1001011 100001 1000001 101000110 111100 10110

Color Harmonies of #59163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59163C

Black with #59163C

Text Example


Text Example

White with #59163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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