Html Css Color HEX #59081D Bordeaux

📋 copy color: '#59081D'

red 89 ◦ green 8 ◦ blue 29

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

Shades of Bordeaux #59081D

Tints of Bordeaux #59081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 70.63%
G = 6.35%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59081D (or 0x59081D) is known color: Bordeaux. HEX triplet: 59, 08 and 1D. RGB value is (89,8,29). Sum of RGB (Red+Green+Blue) = 89+8+29=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #59081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59081D is #A6F7E2. Grayscale: #222222. Windows color (decimal): -10942435 or 1902681. OLE color: 1902681.

HSL color Cylindrical-coordinate representation of color #59081D: hue angle of 344.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59081D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 8 29 -
CMYK 0 0.91 0.67 0.65
HSL 344.44º 0.84% 0.19% -
HSV(B) 344.44º 0.91% 0.35% -
XYZ 4.43 2.39 1.39 -
YUV 34.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 89 8 29 0 0.91 0.67 0.65 344.44 0.84 0.19
Hex 59 8 1D 0 5B 43 41 158 54 13
Octal 131 10 35 0 133 103 101 530 124 23
Binary 1011001 1000 11101 0 1011011 1000011 1000001 101011000 1010100 10011

Color Harmonies of #59081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59081D

Black with #59081D

Text Example


Text Example

White with #59081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,8,29); }

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

background-color css

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

 a { background-color: rgb(89,8,29); }

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

border-color css

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

 span { border-color: rgb(89,8,29); }

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