Html Css Color HEX #590919 Bordeaux

📋 copy color: '#590919'

red 89 ◦ green 9 ◦ blue 25

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

Shades of Bordeaux #590919

Tints of Bordeaux #590919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 72.36%
G = 7.32%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#590919 (or 0x590919) is known color: Bordeaux. HEX triplet: 59, 09 and 19. RGB value is (89,9,25). Sum of RGB (Red+Green+Blue) = 89+9+25=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #590919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590919 is #A6F6E6. Grayscale: #222222. Windows color (decimal): -10942183 or 1640793. OLE color: 1640793.

HSL color Cylindrical-coordinate representation of color #590919: hue angle of 348º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590919 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 25 -
CMYK 0 0.90 0.72 0.65
HSL 348º 0.82% 0.19% -
HSV(B) 348º 0.9% 0.35% -
XYZ 4.39 2.39 1.15 -
YUV 34.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 89 9 25 0 0.90 0.72 0.65 348 0.82 0.19
Hex 59 9 19 0 5A 48 41 15C 52 13
Octal 131 11 31 0 132 110 101 534 122 23
Binary 1011001 1001 11001 0 1011010 1001000 1000001 101011100 1010010 10011

Color Harmonies of #590919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590919

Black with #590919

Text Example


Text Example

White with #590919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590919; }

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

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

background-color css

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

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

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

border-color css

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

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

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