Html Css Color HEX #59010E Bordeaux

📋 copy color: '#59010E'

red 89 ◦ green 1 ◦ blue 14

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

Shades of Bordeaux #59010E

Tints of Bordeaux #59010E

RGB

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

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

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

R = 85.58%
G = 0.96%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59010E (or 0x59010E) is known color: Bordeaux. HEX triplet: 59, 01 and 0E. RGB value is (89,1,14). Sum of RGB (Red+Green+Blue) = 89+1+14=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59010E is #A6FEF1. Grayscale: #1C1C1C. Windows color (decimal): -10944242 or 917849. OLE color: 917849.

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

Color convert

RGB 89 1 14 -
CMYK 0 0.99 0.84 0.65
HSL 351.14º 0.98% 0.18% -
HSV(B) 351.14º 0.99% 0.35% -
XYZ 4.21 2.18 0.61 -
YUV 28.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 89 1 14 0 0.99 0.84 0.65 351.14 0.98 0.18
Hex 59 1 E 0 63 54 41 15F 62 12
Octal 131 1 16 0 143 124 101 537 142 22
Binary 1011001 1 1110 0 1100011 1010100 1000001 101011111 1100010 10010

Color Harmonies of #59010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59010E

Black with #59010E

Text Example


Text Example

White with #59010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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