Html Css Color HEX #59091E Bordeaux

📋 copy color: '#59091E'

red 89 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #59091E

Tints of Bordeaux #59091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

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

R = 69.53%
G = 7.03%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59091E (or 0x59091E) is known color: Bordeaux. HEX triplet: 59, 09 and 1E. RGB value is (89,9,30). Sum of RGB (Red+Green+Blue) = 89+9+30=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #59091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091E is #A6F6E1. Grayscale: #232323. Windows color (decimal): -10942178 or 1968473. OLE color: 1968473.

HSL color Cylindrical-coordinate representation of color #59091E: hue angle of 344.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59091E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 30 -
CMYK 0 0.90 0.66 0.65
HSL 344.25º 0.82% 0.19% -
HSV(B) 344.25º 0.9% 0.35% -
XYZ 4.45 2.41 1.46 -
YUV 35.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 89 9 30 0 0.90 0.66 0.65 344.25 0.82 0.19
Hex 59 9 1E 0 5A 42 41 158 52 13
Octal 131 11 36 0 132 102 101 530 122 23
Binary 1011001 1001 11110 0 1011010 1000010 1000001 101011000 1010010 10011

Color Harmonies of #59091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59091E

Black with #59091E

Text Example


Text Example

White with #59091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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