Html Css Color HEX #590D18 Bordeaux

📋 copy color: '#590D18'

red 89 ◦ green 13 ◦ blue 24

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

Shades of Bordeaux #590D18

Tints of Bordeaux #590D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.32%

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

R = 70.63%
G = 10.32%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#590D18 (or 0x590D18) is known color: Bordeaux. HEX triplet: 59, 0D and 18. RGB value is (89,13,24). Sum of RGB (Red+Green+Blue) = 89+13+24=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #590D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D18 is #A6F2E7. Grayscale: #252525. Windows color (decimal): -10941160 or 1576281. OLE color: 1576281.

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

Color convert

RGB 89 13 24 -
CMYK 0 0.85 0.73 0.65
HSL 351.32º 0.75% 0.2% -
HSV(B) 351.32º 0.85% 0.35% -
XYZ 4.43 2.48 1.11 -
YUV 36.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 89 13 24 0 0.85 0.73 0.65 351.32 0.75 0.2
Hex 59 D 18 0 55 49 41 15F 4B 14
Octal 131 15 30 0 125 111 101 537 113 24
Binary 1011001 1101 11000 0 1010101 1001001 1000001 101011111 1001011 10100

Color Harmonies of #590D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D18

Black with #590D18

Text Example


Text Example

White with #590D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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