Html Css Color HEX #59162C Bordeaux

📋 copy color: '#59162C'

red 89 ◦ green 22 ◦ blue 44

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

Shades of Bordeaux #59162C

Tints of Bordeaux #59162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 57.42%
G = 14.19%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59162C (or 0x59162C) is known color: Bordeaux. HEX triplet: 59, 16 and 2C. RGB value is (89,22,44). Sum of RGB (Red+Green+Blue) = 89+22+44=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162C is #A6E9D3. Grayscale: #2C2C2C. Windows color (decimal): -10938836 or 2889305. OLE color: 2889305.

HSL color Cylindrical-coordinate representation of color #59162C: hue angle of 340.3º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59162C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 44 -
CMYK 0 0.75 0.51 0.65
HSL 340.3º 0.6% 0.22% -
HSV(B) 340.3º 0.75% 0.35% -
XYZ 4.86 2.88 2.68 -
YUV 44.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 89 22 44 0 0.75 0.51 0.65 340.3 0.6 0.22
Hex 59 16 2C 0 4B 33 41 154 3C 16
Octal 131 26 54 0 113 63 101 524 74 26
Binary 1011001 10110 101100 0 1001011 110011 1000001 101010100 111100 10110

Color Harmonies of #59162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59162C

Black with #59162C

Text Example


Text Example

White with #59162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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