Html Css Color HEX #590518 Bordeaux

📋 copy color: '#590518'

red 89 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #590518

Tints of Bordeaux #590518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.34%

R = 75.42%
G = 4.24%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#590518 (or 0x590518) is known color: Bordeaux. HEX triplet: 59, 05 and 18. RGB value is (89,5,24). Sum of RGB (Red+Green+Blue) = 89+5+24=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #590518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590518 is #A6FAE7. Grayscale: #202020. Windows color (decimal): -10943208 or 1574233. OLE color: 1574233.

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

Color convert

RGB 89 5 24 -
CMYK 0 0.94 0.73 0.65
HSL 346.43º 0.89% 0.18% -
HSV(B) 346.43º 0.94% 0.35% -
XYZ 4.34 2.3 1.08 -
YUV 32.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 89 5 24 0 0.94 0.73 0.65 346.43 0.89 0.18
Hex 59 5 18 0 5E 49 41 15A 59 12
Octal 131 5 30 0 136 111 101 532 131 22
Binary 1011001 101 11000 0 1011110 1001001 1000001 101011010 1011001 10010

Color Harmonies of #590518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590518

Black with #590518

Text Example


Text Example

White with #590518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590518; }

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

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

background-color css

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

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

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

border-color css

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

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

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