Html Css Color HEX #590221 Bordeaux

📋 copy color: '#590221'

red 89 ◦ green 2 ◦ blue 33

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

Shades of Bordeaux #590221

Tints of Bordeaux #590221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 71.77%
G = 1.61%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#590221 (or 0x590221) is known color: Bordeaux. HEX triplet: 59, 02 and 21. RGB value is (89,2,33). Sum of RGB (Red+Green+Blue) = 89+2+33=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590221 is #A6FDDE. Grayscale: #1F1F1F. Windows color (decimal): -10943967 or 2163289. OLE color: 2163289.

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

Color convert

RGB 89 2 33 -
CMYK 0 0.98 0.63 0.65
HSL 338.62º 0.96% 0.18% -
HSV(B) 338.62º 0.98% 0.35% -
XYZ 4.42 2.28 1.65 -
YUV 31.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 89 2 33 0 0.98 0.63 0.65 338.62 0.96 0.18
Hex 59 2 21 0 62 3F 41 153 60 12
Octal 131 2 41 0 142 77 101 523 140 22
Binary 1011001 10 100001 0 1100010 111111 1000001 101010011 1100000 10010

Color Harmonies of #590221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590221

Black with #590221

Text Example


Text Example

White with #590221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590221; }

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

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

background-color css

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

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

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

border-color css

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

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

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