Html Css Color HEX #591020 Bordeaux

📋 copy color: '#591020'

red 89 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #591020

Tints of Bordeaux #591020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 64.96%
G = 11.68%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#591020 (or 0x591020) is known color: Bordeaux. HEX triplet: 59, 10 and 20. RGB value is (89,16,32). Sum of RGB (Red+Green+Blue) = 89+16+32=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #591020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591020 is #A6EFDF. Grayscale: #272727. Windows color (decimal): -10940384 or 2101337. OLE color: 2101337.

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

Color convert

RGB 89 16 32 -
CMYK 0 0.82 0.64 0.65
HSL 346.85º 0.7% 0.21% -
HSV(B) 346.85º 0.82% 0.35% -
XYZ 4.57 2.6 1.63 -
YUV 39.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 89 16 32 0 0.82 0.64 0.65 346.85 0.7 0.21
Hex 59 10 20 0 52 40 41 15B 46 15
Octal 131 20 40 0 122 100 101 533 106 25
Binary 1011001 10000 100000 0 1010010 1000000 1000001 101011011 1000110 10101

Color Harmonies of #591020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591020

Black with #591020

Text Example


Text Example

White with #591020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591020; }

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

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

background-color css

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

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

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

border-color css

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

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

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