Html Css Color HEX #590210 Bordeaux

📋 copy color: '#590210'

red 89 ◦ green 2 ◦ blue 16

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

Shades of Bordeaux #590210

Tints of Bordeaux #590210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 83.18%
G = 1.87%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#590210 (or 0x590210) is known color: Bordeaux. HEX triplet: 59, 02 and 10. RGB value is (89,2,16). Sum of RGB (Red+Green+Blue) = 89+2+16=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #590210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590210 is #A6FDEF. Grayscale: #1D1D1D. Windows color (decimal): -10943984 or 1049177. OLE color: 1049177.

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

Color convert

RGB 89 2 16 -
CMYK 0 0.98 0.82 0.65
HSL 350.34º 0.96% 0.18% -
HSV(B) 350.34º 0.98% 0.35% -
XYZ 4.24 2.2 0.69 -
YUV 29.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 89 2 16 0 0.98 0.82 0.65 350.34 0.96 0.18
Hex 59 2 10 0 62 52 41 15E 60 12
Octal 131 2 20 0 142 122 101 536 140 22
Binary 1011001 10 10000 0 1100010 1010010 1000001 101011110 1100000 10010

Color Harmonies of #590210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590210

Black with #590210

Text Example


Text Example

White with #590210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590210; }

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

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

background-color css

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

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

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

border-color css

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

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

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