Html Css Color HEX #590222 Bordeaux

📋 copy color: '#590222'

red 89 ◦ green 2 ◦ blue 34

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

Shades of Bordeaux #590222

Tints of Bordeaux #590222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.2%

R = 71.2%
G = 1.6%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#590222 (or 0x590222) is known color: Bordeaux. HEX triplet: 59, 02 and 22. RGB value is (89,2,34). Sum of RGB (Red+Green+Blue) = 89+2+34=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590222 is #A6FDDD. Grayscale: #1F1F1F. Windows color (decimal): -10943966 or 2228825. OLE color: 2228825.

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

Color convert

RGB 89 2 34 -
CMYK 0 0.98 0.62 0.65
HSL 337.93º 0.96% 0.18% -
HSV(B) 337.93º 0.98% 0.35% -
XYZ 4.43 2.28 1.72 -
YUV 31.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 89 2 34 0 0.98 0.62 0.65 337.93 0.96 0.18
Hex 59 2 22 0 62 3E 41 152 60 12
Octal 131 2 42 0 142 76 101 522 140 22
Binary 1011001 10 100010 0 1100010 111110 1000001 101010010 1100000 10010

Color Harmonies of #590222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590222

Black with #590222

Text Example


Text Example

White with #590222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590222; }

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

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

background-color css

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

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

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

border-color css

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

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

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