Html Css Color HEX #590018 Bordeaux

📋 copy color: '#590018'

red 89 ◦ green 0 ◦ blue 24

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

Shades of Bordeaux #590018

Tints of Bordeaux #590018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.76%
G = 0%
B = 21.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#590018 (or 0x590018) is known color: Bordeaux. HEX triplet: 59, 00 and 18. RGB value is (89,0,24). Sum of RGB (Red+Green+Blue) = 89+0+24=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #590018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590018 is #A6FFE7. Grayscale: #1D1D1D. Windows color (decimal): -10944488 or 1572953. OLE color: 1572953.

HSL color Cylindrical-coordinate representation of color #590018: hue angle of 343.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590018 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 24 -
CMYK 0 1 0.73 0.65
HSL 343.82º 1% 0.17% -
HSV(B) 343.82º 1% 0.35% -
XYZ 4.28 2.19 1.06 -
YUV 29.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 89 0 24 0 1 0.73 0.65 343.82 1 0.17
Hex 59 0 18 0 64 49 41 158 64 11
Octal 131 0 30 0 144 111 101 530 144 21
Binary 1011001 0 11000 0 1100100 1001001 1000001 101011000 1100100 10001

Color Harmonies of #590018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590018

Black with #590018

Text Example


Text Example

White with #590018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590018; }

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

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

background-color css

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

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

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

border-color css

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

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

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