Html Css Color HEX #590820 Bordeaux

📋 copy color: '#590820'

red 89 ◦ green 8 ◦ blue 32

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

Shades of Bordeaux #590820

Tints of Bordeaux #590820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 68.99%
G = 6.2%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#590820 (or 0x590820) is known color: Bordeaux. HEX triplet: 59, 08 and 20. RGB value is (89,8,32). Sum of RGB (Red+Green+Blue) = 89+8+32=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #590820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590820 is #A6F7DF. Grayscale: #222222. Windows color (decimal): -10942432 or 2099289. OLE color: 2099289.

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

Color convert

RGB 89 8 32 -
CMYK 0 0.91 0.64 0.65
HSL 342.22º 0.84% 0.19% -
HSV(B) 342.22º 0.91% 0.35% -
XYZ 4.47 2.4 1.59 -
YUV 34.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 89 8 32 0 0.91 0.64 0.65 342.22 0.84 0.19
Hex 59 8 20 0 5B 40 41 156 54 13
Octal 131 10 40 0 133 100 101 526 124 23
Binary 1011001 1000 100000 0 1011011 1000000 1000001 101010110 1010100 10011

Color Harmonies of #590820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590820

Black with #590820

Text Example


Text Example

White with #590820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590820; }

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

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

background-color css

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

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

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

border-color css

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

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

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