Html Css Color HEX #59122C Bordeaux

📋 copy color: '#59122C'

red 89 ◦ green 18 ◦ blue 44

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

Shades of Bordeaux #59122C

Tints of Bordeaux #59122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 58.94%
G = 11.92%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59122C (or 0x59122C) is known color: Bordeaux. HEX triplet: 59, 12 and 2C. RGB value is (89,18,44). Sum of RGB (Red+Green+Blue) = 89+18+44=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59122C is #A6EDD3. Grayscale: #2A2A2A. Windows color (decimal): -10939860 or 2888281. OLE color: 2888281.

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

Color convert

RGB 89 18 44 -
CMYK 0 0.80 0.51 0.65
HSL 338.03º 0.66% 0.21% -
HSV(B) 338.03º 0.8% 0.35% -
XYZ 4.79 2.74 2.66 -
YUV 42.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 89 18 44 0 0.80 0.51 0.65 338.03 0.66 0.21
Hex 59 12 2C 0 50 33 41 152 42 15
Octal 131 22 54 0 120 63 101 522 102 25
Binary 1011001 10010 101100 0 1010000 110011 1000001 101010010 1000010 10101

Color Harmonies of #59122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59122C

Black with #59122C

Text Example


Text Example

White with #59122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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