Html Css Color HEX #590213 Bordeaux

📋 copy color: '#590213'

red 89 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #590213

Tints of Bordeaux #590213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.27%

R = 80.91%
G = 1.82%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#590213 (or 0x590213) is known color: Bordeaux. HEX triplet: 59, 02 and 13. RGB value is (89,2,19). Sum of RGB (Red+Green+Blue) = 89+2+19=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590213 is #A6FDEC. Grayscale: #1D1D1D. Windows color (decimal): -10943981 or 1245785. OLE color: 1245785.

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

Color convert

RGB 89 2 19 -
CMYK 0 0.98 0.79 0.65
HSL 348.28º 0.96% 0.18% -
HSV(B) 348.28º 0.98% 0.35% -
XYZ 4.26 2.21 0.82 -
YUV 29.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 89 2 19 0 0.98 0.79 0.65 348.28 0.96 0.18
Hex 59 2 13 0 62 4F 41 15C 60 12
Octal 131 2 23 0 142 117 101 534 140 22
Binary 1011001 10 10011 0 1100010 1001111 1000001 101011100 1100000 10010

Color Harmonies of #590213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590213

Black with #590213

Text Example


Text Example

White with #590213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590213; }

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

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

background-color css

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

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

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

border-color css

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

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

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