Html Css Color HEX #590920 Bordeaux

📋 copy color: '#590920'

red 89 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #590920

Tints of Bordeaux #590920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 68.46%
G = 6.92%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#590920 (or 0x590920) is known color: Bordeaux. HEX triplet: 59, 09 and 20. RGB value is (89,9,32). Sum of RGB (Red+Green+Blue) = 89+9+32=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590920 is #A6F6DF. Grayscale: #232323. Windows color (decimal): -10942176 or 2099545. OLE color: 2099545.

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

Color convert

RGB 89 9 32 -
CMYK 0 0.90 0.64 0.65
HSL 342.75º 0.82% 0.19% -
HSV(B) 342.75º 0.9% 0.35% -
XYZ 4.48 2.42 1.6 -
YUV 35.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 89 9 32 0 0.90 0.64 0.65 342.75 0.82 0.19
Hex 59 9 20 0 5A 40 41 157 52 13
Octal 131 11 40 0 132 100 101 527 122 23
Binary 1011001 1001 100000 0 1011010 1000000 1000001 101010111 1010010 10011

Color Harmonies of #590920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590920

Black with #590920

Text Example


Text Example

White with #590920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590920; }

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

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

background-color css

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

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

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

border-color css

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

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

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