Html Css Color HEX #59152B Bordeaux

📋 copy color: '#59152B'

red 89 ◦ green 21 ◦ blue 43

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

Shades of Bordeaux #59152B

Tints of Bordeaux #59152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 58.17%
G = 13.73%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59152B (or 0x59152B) is known color: Bordeaux. HEX triplet: 59, 15 and 2B. RGB value is (89,21,43). Sum of RGB (Red+Green+Blue) = 89+21+43=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152B is #A6EAD4. Grayscale: #2B2B2B. Windows color (decimal): -10939093 or 2823513. OLE color: 2823513.

HSL color Cylindrical-coordinate representation of color #59152B: hue angle of 340.59º 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 #59152B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 43 -
CMYK 0 0.76 0.52 0.65
HSL 340.59º 0.62% 0.22% -
HSV(B) 340.59º 0.76% 0.35% -
XYZ 4.82 2.83 2.58 -
YUV 43.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 89 21 43 0 0.76 0.52 0.65 340.59 0.62 0.22
Hex 59 15 2B 0 4C 34 41 155 3E 16
Octal 131 25 53 0 114 64 101 525 76 26
Binary 1011001 10101 101011 0 1001100 110100 1000001 101010101 111110 10110

Color Harmonies of #59152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59152B

Black with #59152B

Text Example


Text Example

White with #59152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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