Html Css Color HEX #590020 Bordeaux

📋 copy color: '#590020'

red 89 ◦ green 0 ◦ blue 32

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

Shades of Bordeaux #590020

Tints of Bordeaux #590020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.55%
G = 0%
B = 26.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#590020 (or 0x590020) is known color: Bordeaux. HEX triplet: 59, 00 and 20. RGB value is (89,0,32). Sum of RGB (Red+Green+Blue) = 89+0+32=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #590020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590020 is #A6FFDF. Grayscale: #1E1E1E. Windows color (decimal): -10944480 or 2097241. OLE color: 2097241.

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

Color convert

RGB 89 0 32 -
CMYK 0 1 0.64 0.65
HSL 338.43º 1% 0.17% -
HSV(B) 338.43º 1% 0.35% -
XYZ 4.38 2.23 1.57 -
YUV 30.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 89 0 32 0 1 0.64 0.65 338.43 1 0.17
Hex 59 0 20 0 64 40 41 152 64 11
Octal 131 0 40 0 144 100 101 522 144 21
Binary 1011001 0 100000 0 1100100 1000000 1000001 101010010 1100100 10001

Color Harmonies of #590020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590020

Black with #590020

Text Example


Text Example

White with #590020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590020; }

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

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

background-color css

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

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

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

border-color css

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

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

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