Html Css Color HEX #590220 Bordeaux

📋 copy color: '#590220'

red 89 ◦ green 2 ◦ blue 32

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

Shades of Bordeaux #590220

Tints of Bordeaux #590220

RGB

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

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

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

R = 72.36%
G = 1.63%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#590220 (or 0x590220) is known color: Bordeaux. HEX triplet: 59, 02 and 20. RGB value is (89,2,32). Sum of RGB (Red+Green+Blue) = 89+2+32=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #590220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590220 is #A6FDDF. Grayscale: #1F1F1F. Windows color (decimal): -10943968 or 2097753. OLE color: 2097753.

HSL color Cylindrical-coordinate representation of color #590220: hue angle of 339.31º 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 #590220 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 2 32 -
CMYK 0 0.98 0.64 0.65
HSL 339.31º 0.96% 0.18% -
HSV(B) 339.31º 0.98% 0.35% -
XYZ 4.4 2.27 1.57 -
YUV 31.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 89 2 32 0 0.98 0.64 0.65 339.31 0.96 0.18
Hex 59 2 20 0 62 40 41 153 60 12
Octal 131 2 40 0 142 100 101 523 140 22
Binary 1011001 10 100000 0 1100010 1000000 1000001 101010011 1100000 10010

Color Harmonies of #590220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590220

Black with #590220

Text Example


Text Example

White with #590220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590220; }

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

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

background-color css

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

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

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

border-color css

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

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

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