Html Css Color HEX #59050D Bordeaux

📋 copy color: '#59050D'

red 89 ◦ green 5 ◦ blue 13

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

Shades of Bordeaux #59050D

Tints of Bordeaux #59050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 83.18%
G = 4.67%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59050D (or 0x59050D) is known color: Bordeaux. HEX triplet: 59, 05 and 0D. RGB value is (89,5,13). Sum of RGB (Red+Green+Blue) = 89+5+13=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #59050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050D is #A6FAF2. Grayscale: #1F1F1F. Windows color (decimal): -10943219 or 853337. OLE color: 853337.

HSL color Cylindrical-coordinate representation of color #59050D: hue angle of 354.29º 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 #59050D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 13 -
CMYK 0 0.94 0.85 0.65
HSL 354.29º 0.89% 0.18% -
HSV(B) 354.29º 0.94% 0.35% -
XYZ 4.25 2.26 0.59 -
YUV 31.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 89 5 13 0 0.94 0.85 0.65 354.29 0.89 0.18
Hex 59 5 D 0 5E 55 41 162 59 12
Octal 131 5 15 0 136 125 101 542 131 22
Binary 1011001 101 1101 0 1011110 1010101 1000001 101100010 1011001 10010

Color Harmonies of #59050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59050D

Black with #59050D

Text Example


Text Example

White with #59050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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