Html Css Color HEX #59111F Bordeaux

📋 copy color: '#59111F'

red 89 ◦ green 17 ◦ blue 31

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

Shades of Bordeaux #59111F

Tints of Bordeaux #59111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 31 (12.5% from 255) = 22.63%

R = 64.96%
G = 12.41%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59111F (or 0x59111F) is known color: Bordeaux. HEX triplet: 59, 11 and 1F. RGB value is (89,17,31). Sum of RGB (Red+Green+Blue) = 89+17+31=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59111F is #A6EEE0. Grayscale: #282828. Windows color (decimal): -10940129 or 2036057. OLE color: 2036057.

HSL color Cylindrical-coordinate representation of color #59111F: hue angle of 348.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59111F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 31 -
CMYK 0 0.81 0.65 0.65
HSL 348.33º 0.68% 0.21% -
HSV(B) 348.33º 0.81% 0.35% -
XYZ 4.57 2.62 1.56 -
YUV 40.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 89 17 31 0 0.81 0.65 0.65 348.33 0.68 0.21
Hex 59 11 1F 0 51 41 41 15C 44 15
Octal 131 21 37 0 121 101 101 534 104 25
Binary 1011001 10001 11111 0 1010001 1000001 1000001 101011100 1000100 10101

Color Harmonies of #59111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59111F

Black with #59111F

Text Example


Text Example

White with #59111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59111F; }

 p { color: rgb(89,17,31); }

 H1.HeaderClassName
 {
   color: #59111F;
 }
 .AnyTagClassName
 {
   color: #59111F;
 }
</style>

background-color css

<style>
 a { background-color: #59111F; }

 a { background-color: rgb(89,17,31); }

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

border-color css

<style>
 span { border-color: #59111F; }

 span { border-color: rgb(89,17,31); }

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