Html Css Color HEX #59121E Bordeaux

📋 copy color: '#59121E'

red 89 ◦ green 18 ◦ blue 30

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

Shades of Bordeaux #59121E

Tints of Bordeaux #59121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 64.96%
G = 13.14%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59121E (or 0x59121E) is known color: Bordeaux. HEX triplet: 59, 12 and 1E. RGB value is (89,18,30). Sum of RGB (Red+Green+Blue) = 89+18+30=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59121E is #A6EDE1. Grayscale: #282828. Windows color (decimal): -10939874 or 1970777. OLE color: 1970777.

HSL color Cylindrical-coordinate representation of color #59121E: hue angle of 349.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59121E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 30 -
CMYK 0 0.80 0.66 0.65
HSL 349.86º 0.66% 0.21% -
HSV(B) 349.86º 0.8% 0.35% -
XYZ 4.57 2.65 1.5 -
YUV 40.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 89 18 30 0 0.80 0.66 0.65 349.86 0.66 0.21
Hex 59 12 1E 0 50 42 41 15E 42 15
Octal 131 22 36 0 120 102 101 536 102 25
Binary 1011001 10010 11110 0 1010000 1000010 1000001 101011110 1000010 10101

Color Harmonies of #59121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59121E

Black with #59121E

Text Example


Text Example

White with #59121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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