Html Css Color HEX #59112B Bordeaux

📋 copy color: '#59112B'

red 89 ◦ green 17 ◦ blue 43

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

Shades of Bordeaux #59112B

Tints of Bordeaux #59112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.86%

R = 59.73%
G = 11.41%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59112B (or 0x59112B) is known color: Bordeaux. HEX triplet: 59, 11 and 2B. RGB value is (89,17,43). Sum of RGB (Red+Green+Blue) = 89+17+43=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112B is #A6EED4. Grayscale: #292929. Windows color (decimal): -10940117 or 2822489. OLE color: 2822489.

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

Color convert

RGB 89 17 43 -
CMYK 0 0.81 0.52 0.65
HSL 338.33º 0.68% 0.21% -
HSV(B) 338.33º 0.81% 0.35% -
XYZ 4.76 2.7 2.56 -
YUV 41.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 89 17 43 0 0.81 0.52 0.65 338.33 0.68 0.21
Hex 59 11 2B 0 51 34 41 152 44 15
Octal 131 21 53 0 121 64 101 522 104 25
Binary 1011001 10001 101011 0 1010001 110100 1000001 101010010 1000100 10101

Color Harmonies of #59112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59112B

Black with #59112B

Text Example


Text Example

White with #59112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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