Html Css Color HEX #59010D Bordeaux

📋 copy color: '#59010D'

red 89 ◦ green 1 ◦ blue 13

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

Shades of Bordeaux #59010D

Tints of Bordeaux #59010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

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

R = 86.41%
G = 0.97%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59010D (or 0x59010D) is known color: Bordeaux. HEX triplet: 59, 01 and 0D. RGB value is (89,1,13). Sum of RGB (Red+Green+Blue) = 89+1+13=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59010D is #A6FEF2. Grayscale: #1C1C1C. Windows color (decimal): -10944243 or 852313. OLE color: 852313.

HSL color Cylindrical-coordinate representation of color #59010D: hue angle of 351.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59010D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 13 -
CMYK 0 0.99 0.85 0.65
HSL 351.82º 0.98% 0.18% -
HSV(B) 351.82º 0.99% 0.35% -
XYZ 4.2 2.17 0.58 -
YUV 28.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 89 1 13 0 0.99 0.85 0.65 351.82 0.98 0.18
Hex 59 1 D 0 63 55 41 160 62 12
Octal 131 1 15 0 143 125 101 540 142 22
Binary 1011001 1 1101 0 1100011 1010101 1000001 101100000 1100010 10010

Color Harmonies of #59010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59010D

Black with #59010D

Text Example


Text Example

White with #59010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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