Html Css Color HEX #59152C Bordeaux

📋 copy color: '#59152C'

red 89 ◦ green 21 ◦ blue 44

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

Shades of Bordeaux #59152C

Tints of Bordeaux #59152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

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

R = 57.79%
G = 13.64%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59152C (or 0x59152C) is known color: Bordeaux. HEX triplet: 59, 15 and 2C. RGB value is (89,21,44). Sum of RGB (Red+Green+Blue) = 89+21+44=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152C is #A6EAD3. Grayscale: #2B2B2B. Windows color (decimal): -10939092 or 2889049. OLE color: 2889049.

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

Color convert

RGB 89 21 44 -
CMYK 0 0.76 0.51 0.65
HSL 339.71º 0.62% 0.22% -
HSV(B) 339.71º 0.76% 0.35% -
XYZ 4.84 2.84 2.68 -
YUV 43.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 89 21 44 0 0.76 0.51 0.65 339.71 0.62 0.22
Hex 59 15 2C 0 4C 33 41 154 3E 16
Octal 131 25 54 0 114 63 101 524 76 26
Binary 1011001 10101 101100 0 1001100 110011 1000001 101010100 111110 10110

Color Harmonies of #59152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59152C

Black with #59152C

Text Example


Text Example

White with #59152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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