Html Css Color HEX #59060E Bordeaux

📋 copy color: '#59060E'

red 89 ◦ green 6 ◦ blue 14

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

Shades of Bordeaux #59060E

Tints of Bordeaux #59060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 81.65%
G = 5.5%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59060E (or 0x59060E) is known color: Bordeaux. HEX triplet: 59, 06 and 0E. RGB value is (89,6,14). Sum of RGB (Red+Green+Blue) = 89+6+14=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #59060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59060E is #A6F9F1. Grayscale: #1F1F1F. Windows color (decimal): -10942962 or 919129. OLE color: 919129.

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

Color convert

RGB 89 6 14 -
CMYK 0 0.93 0.84 0.65
HSL 354.22º 0.87% 0.19% -
HSV(B) 354.22º 0.93% 0.35% -
XYZ 4.26 2.29 0.63 -
YUV 31.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 89 6 14 0 0.93 0.84 0.65 354.22 0.87 0.19
Hex 59 6 E 0 5D 54 41 162 57 13
Octal 131 6 16 0 135 124 101 542 127 23
Binary 1011001 110 1110 0 1011101 1010100 1000001 101100010 1010111 10011

Color Harmonies of #59060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59060E

Black with #59060E

Text Example


Text Example

White with #59060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,6,14); }

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

background-color css

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

 a { background-color: rgb(89,6,14); }

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

border-color css

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

 span { border-color: rgb(89,6,14); }

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