Html Css Color HEX #59163B Pompadour

📋 copy color: '#59163B'

red 89 ◦ green 22 ◦ blue 59

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

Shades of Pompadour #59163B

Tints of Pompadour #59163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 52.35%
G = 12.94%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59163B (or 0x59163B) is known color: Pompadour. HEX triplet: 59, 16 and 3B. RGB value is (89,22,59). Sum of RGB (Red+Green+Blue) = 89+22+59=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59163B is #A6E9C4. Grayscale: #2E2E2E. Windows color (decimal): -10938821 or 3872345. OLE color: 3872345.

HSL color Cylindrical-coordinate representation of color #59163B: hue angle of 326.87º 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 #59163B is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 59 -
CMYK 0 0.75 0.34 0.65
HSL 326.87º 0.6% 0.22% -
HSV(B) 326.87º 0.75% 0.35% -
XYZ 5.2 3.01 4.45 -
YUV 46.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 89 22 59 0 0.75 0.34 0.65 326.87 0.6 0.22
Hex 59 16 3B 0 4B 22 41 147 3C 16
Octal 131 26 73 0 113 42 101 507 74 26
Binary 1011001 10110 111011 0 1001011 100010 1000001 101000111 111100 10110

Color Harmonies of #59163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59163B

Black with #59163B

Text Example


Text Example

White with #59163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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