Html Css Color HEX #591320 Bordeaux

📋 copy color: '#591320'

red 89 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #591320

Tints of Bordeaux #591320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 63.57%
G = 13.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#591320 (or 0x591320) is known color: Bordeaux. HEX triplet: 59, 13 and 20. RGB value is (89,19,32). Sum of RGB (Red+Green+Blue) = 89+19+32=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591320 is #A6ECDF. Grayscale: #292929. Windows color (decimal): -10939616 or 2102105. OLE color: 2102105.

HSL color Cylindrical-coordinate representation of color #591320: hue angle of 348.86º 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 #591320 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 32 -
CMYK 0 0.79 0.64 0.65
HSL 348.86º 0.65% 0.21% -
HSV(B) 348.86º 0.79% 0.35% -
XYZ 4.61 2.69 1.64 -
YUV 41.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 89 19 32 0 0.79 0.64 0.65 348.86 0.65 0.21
Hex 59 13 20 0 4F 40 41 15D 41 15
Octal 131 23 40 0 117 100 101 535 101 25
Binary 1011001 10011 100000 0 1001111 1000000 1000001 101011101 1000001 10101

Color Harmonies of #591320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591320

Black with #591320

Text Example


Text Example

White with #591320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591320; }

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

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

background-color css

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

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

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

border-color css

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

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

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