Html Css Color HEX #59112C Bordeaux

📋 copy color: '#59112C'

red 89 ◦ green 17 ◦ blue 44

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

Shades of Bordeaux #59112C

Tints of Bordeaux #59112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 59.33%
G = 11.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59112C (or 0x59112C) is known color: Bordeaux. HEX triplet: 59, 11 and 2C. RGB value is (89,17,44). Sum of RGB (Red+Green+Blue) = 89+17+44=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112C is #A6EED3. Grayscale: #292929. Windows color (decimal): -10940116 or 2888025. OLE color: 2888025.

HSL color Cylindrical-coordinate representation of color #59112C: hue angle of 337.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59112C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 44 -
CMYK 0 0.81 0.51 0.65
HSL 337.5º 0.68% 0.21% -
HSV(B) 337.5º 0.81% 0.35% -
XYZ 4.77 2.71 2.65 -
YUV 41.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 89 17 44 0 0.81 0.51 0.65 337.5 0.68 0.21
Hex 59 11 2C 0 51 33 41 152 44 15
Octal 131 21 54 0 121 63 101 522 104 25
Binary 1011001 10001 101100 0 1010001 110011 1000001 101010010 1000100 10101

Color Harmonies of #59112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59112C

Black with #59112C

Text Example


Text Example

White with #59112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,17,44); }

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

background-color css

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

 a { background-color: rgb(89,17,44); }

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

border-color css

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

 span { border-color: rgb(89,17,44); }

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