Html Css Color HEX #59132C Bordeaux

📋 copy color: '#59132C'

red 89 ◦ green 19 ◦ blue 44

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

Shades of Bordeaux #59132C

Tints of Bordeaux #59132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 58.55%
G = 12.5%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59132C (or 0x59132C) is known color: Bordeaux. HEX triplet: 59, 13 and 2C. RGB value is (89,19,44). Sum of RGB (Red+Green+Blue) = 89+19+44=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59132C is #A6ECD3. Grayscale: #2A2A2A. Windows color (decimal): -10939604 or 2888537. OLE color: 2888537.

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

Color convert

RGB 89 19 44 -
CMYK 0 0.79 0.51 0.65
HSL 338.57º 0.65% 0.21% -
HSV(B) 338.57º 0.79% 0.35% -
XYZ 4.81 2.77 2.66 -
YUV 42.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 89 19 44 0 0.79 0.51 0.65 338.57 0.65 0.21
Hex 59 13 2C 0 4F 33 41 153 41 15
Octal 131 23 54 0 117 63 101 523 101 25
Binary 1011001 10011 101100 0 1001111 110011 1000001 101010011 1000001 10101

Color Harmonies of #59132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59132C

Black with #59132C

Text Example


Text Example

White with #59132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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