Html Css Color HEX #59121C Bordeaux

📋 copy color: '#59121C'

red 89 ◦ green 18 ◦ blue 28

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

Shades of Bordeaux #59121C

Tints of Bordeaux #59121C

RGB

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

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

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

R = 65.93%
G = 13.33%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59121C (or 0x59121C) is known color: Bordeaux. HEX triplet: 59, 12 and 1C. RGB value is (89,18,28). Sum of RGB (Red+Green+Blue) = 89+18+28=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59121C is #A6EDE3. Grayscale: #282828. Windows color (decimal): -10939876 or 1839705. OLE color: 1839705.

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

Color convert

RGB 89 18 28 -
CMYK 0 0.80 0.69 0.65
HSL 351.55º 0.66% 0.21% -
HSV(B) 351.55º 0.8% 0.35% -
XYZ 4.55 2.64 1.37 -
YUV 40.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 89 18 28 0 0.80 0.69 0.65 351.55 0.66 0.21
Hex 59 12 1C 0 50 45 41 160 42 15
Octal 131 22 34 0 120 105 101 540 102 25
Binary 1011001 10010 11100 0 1010000 1000101 1000001 101100000 1000010 10101

Color Harmonies of #59121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59121C

Black with #59121C

Text Example


Text Example

White with #59121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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