Html Css Color HEX #59050B Bordeaux

📋 copy color: '#59050B'

red 89 ◦ green 5 ◦ blue 11

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

Shades of Bordeaux #59050B

Tints of Bordeaux #59050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 84.76%
G = 4.76%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59050B (or 0x59050B) is known color: Bordeaux. HEX triplet: 59, 05 and 0B. RGB value is (89,5,11). Sum of RGB (Red+Green+Blue) = 89+5+11=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #59050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050B is #A6FAF4. Grayscale: #1E1E1E. Windows color (decimal): -10943221 or 722265. OLE color: 722265.

HSL color Cylindrical-coordinate representation of color #59050B: hue angle of 355.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59050B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 11 -
CMYK 0 0.94 0.88 0.65
HSL 355.71º 0.89% 0.18% -
HSV(B) 355.71º 0.94% 0.35% -
XYZ 4.23 2.26 0.53 -
YUV 30.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 89 5 11 0 0.94 0.88 0.65 355.71 0.89 0.18
Hex 59 5 B 0 5E 58 41 164 59 12
Octal 131 5 13 0 136 130 101 544 131 22
Binary 1011001 101 1011 0 1011110 1011000 1000001 101100100 1011001 10010

Color Harmonies of #59050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59050B

Black with #59050B

Text Example


Text Example

White with #59050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,5,11); }

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

background-color css

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

 a { background-color: rgb(89,5,11); }

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

border-color css

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

 span { border-color: rgb(89,5,11); }

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