Html Css Color HEX #59111C Bordeaux

📋 copy color: '#59111C'

red 89 ◦ green 17 ◦ blue 28

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

Shades of Bordeaux #59111C

Tints of Bordeaux #59111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 66.42%
G = 12.69%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59111C (or 0x59111C) is known color: Bordeaux. HEX triplet: 59, 11 and 1C. RGB value is (89,17,28). Sum of RGB (Red+Green+Blue) = 89+17+28=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59111C is #A6EEE3. Grayscale: #272727. Windows color (decimal): -10940132 or 1839449. OLE color: 1839449.

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

Color convert

RGB 89 17 28 -
CMYK 0 0.81 0.69 0.65
HSL 350.83º 0.68% 0.21% -
HSV(B) 350.83º 0.81% 0.35% -
XYZ 4.53 2.61 1.36 -
YUV 39.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 89 17 28 0 0.81 0.69 0.65 350.83 0.68 0.21
Hex 59 11 1C 0 51 45 41 15F 44 15
Octal 131 21 34 0 121 105 101 537 104 25
Binary 1011001 10001 11100 0 1010001 1000101 1000001 101011111 1000100 10101

Color Harmonies of #59111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59111C

Black with #59111C

Text Example


Text Example

White with #59111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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