Html Css Color HEX #59111B Bordeaux

📋 copy color: '#59111B'

red 89 ◦ green 17 ◦ blue 27

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

Shades of Bordeaux #59111B

Tints of Bordeaux #59111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 66.92%
G = 12.78%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59111B (or 0x59111B) is known color: Bordeaux. HEX triplet: 59, 11 and 1B. RGB value is (89,17,27). Sum of RGB (Red+Green+Blue) = 89+17+27=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59111B is #A6EEE4. Grayscale: #272727. Windows color (decimal): -10940133 or 1773913. OLE color: 1773913.

HSL color Cylindrical-coordinate representation of color #59111B: hue angle of 351.67º 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 #59111B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 27 -
CMYK 0 0.81 0.70 0.65
HSL 351.67º 0.68% 0.21% -
HSV(B) 351.67º 0.81% 0.35% -
XYZ 4.52 2.6 1.3 -
YUV 39.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 89 17 27 0 0.81 0.70 0.65 351.67 0.68 0.21
Hex 59 11 1B 0 51 46 41 160 44 15
Octal 131 21 33 0 121 106 101 540 104 25
Binary 1011001 10001 11011 0 1010001 1000110 1000001 101100000 1000100 10101

Color Harmonies of #59111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59111B

Black with #59111B

Text Example


Text Example

White with #59111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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