Html Css Color HEX #590219 Bordeaux

📋 copy color: '#590219'

red 89 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #590219

Tints of Bordeaux #590219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 76.72%
G = 1.72%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#590219 (or 0x590219) is known color: Bordeaux. HEX triplet: 59, 02 and 19. RGB value is (89,2,25). Sum of RGB (Red+Green+Blue) = 89+2+25=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590219 is #A6FDE6. Grayscale: #1E1E1E. Windows color (decimal): -10943975 or 1639001. OLE color: 1639001.

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

Color convert

RGB 89 2 25 -
CMYK 0 0.98 0.72 0.65
HSL 344.14º 0.96% 0.18% -
HSV(B) 344.14º 0.98% 0.35% -
XYZ 4.32 2.24 1.12 -
YUV 30.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 89 2 25 0 0.98 0.72 0.65 344.14 0.96 0.18
Hex 59 2 19 0 62 48 41 158 60 12
Octal 131 2 31 0 142 110 101 530 140 22
Binary 1011001 10 11001 0 1100010 1001000 1000001 101011000 1100000 10010

Color Harmonies of #590219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590219

Black with #590219

Text Example


Text Example

White with #590219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590219; }

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

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

background-color css

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

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

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

border-color css

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

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

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