Html Css Color HEX #590519 Bordeaux

📋 copy color: '#590519'

red 89 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #590519

Tints of Bordeaux #590519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 74.79%
G = 4.2%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#590519 (or 0x590519) is known color: Bordeaux. HEX triplet: 59, 05 and 19. RGB value is (89,5,25). Sum of RGB (Red+Green+Blue) = 89+5+25=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #590519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590519 is #A6FAE6. Grayscale: #202020. Windows color (decimal): -10943207 or 1639769. OLE color: 1639769.

HSL color Cylindrical-coordinate representation of color #590519: hue angle of 345.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590519 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 25 -
CMYK 0 0.94 0.72 0.65
HSL 345.71º 0.89% 0.18% -
HSV(B) 345.71º 0.94% 0.35% -
XYZ 4.35 2.3 1.13 -
YUV 32.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 89 5 25 0 0.94 0.72 0.65 345.71 0.89 0.18
Hex 59 5 19 0 5E 48 41 15A 59 12
Octal 131 5 31 0 136 110 101 532 131 22
Binary 1011001 101 11001 0 1011110 1001000 1000001 101011010 1011001 10010

Color Harmonies of #590519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590519

Black with #590519

Text Example


Text Example

White with #590519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590519; }

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

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

background-color css

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

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

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

border-color css

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

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

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