Html Css Color HEX #59051E Bordeaux

📋 copy color: '#59051E'

red 89 ◦ green 5 ◦ blue 30

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

Shades of Bordeaux #59051E

Tints of Bordeaux #59051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 71.77%
G = 4.03%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59051E (or 0x59051E) is known color: Bordeaux. HEX triplet: 59, 05 and 1E. RGB value is (89,5,30). Sum of RGB (Red+Green+Blue) = 89+5+30=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #59051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59051E is #A6FAE1. Grayscale: #202020. Windows color (decimal): -10943202 or 1967449. OLE color: 1967449.

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

Color convert

RGB 89 5 30 -
CMYK 0 0.94 0.66 0.65
HSL 342.14º 0.89% 0.18% -
HSV(B) 342.14º 0.94% 0.35% -
XYZ 4.41 2.33 1.44 -
YUV 32.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 89 5 30 0 0.94 0.66 0.65 342.14 0.89 0.18
Hex 59 5 1E 0 5E 42 41 156 59 12
Octal 131 5 36 0 136 102 101 526 131 22
Binary 1011001 101 11110 0 1011110 1000010 1000001 101010110 1011001 10010

Color Harmonies of #59051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59051E

Black with #59051E

Text Example


Text Example

White with #59051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59051E; }

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

 H1.HeaderClassName
 {
   color: #59051E;
 }
 .AnyTagClassName
 {
   color: #59051E;
 }
</style>

background-color css

<style>
 a { background-color: #59051E; }

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

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

border-color css

<style>
 span { border-color: #59051E; }

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

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