Html Css Color HEX #590713 Bordeaux

📋 copy color: '#590713'

red 89 ◦ green 7 ◦ blue 19

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

Shades of Bordeaux #590713

Tints of Bordeaux #590713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 77.39%
G = 6.09%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#590713 (or 0x590713) is known color: Bordeaux. HEX triplet: 59, 07 and 13. RGB value is (89,7,19). Sum of RGB (Red+Green+Blue) = 89+7+19=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590713 is #A6F8EC. Grayscale: #202020. Windows color (decimal): -10942701 or 1247065. OLE color: 1247065.

HSL color Cylindrical-coordinate representation of color #590713: hue angle of 351.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590713 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 7 19 -
CMYK 0 0.92 0.79 0.65
HSL 351.22º 0.85% 0.19% -
HSV(B) 351.22º 0.92% 0.35% -
XYZ 4.31 2.32 0.84 -
YUV 32.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 89 7 19 0 0.92 0.79 0.65 351.22 0.85 0.19
Hex 59 7 13 0 5C 4F 41 15F 55 13
Octal 131 7 23 0 134 117 101 537 125 23
Binary 1011001 111 10011 0 1011100 1001111 1000001 101011111 1010101 10011

Color Harmonies of #590713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590713

Black with #590713

Text Example


Text Example

White with #590713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590713; }

 p { color: rgb(89,7,19); }

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

background-color css

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

 a { background-color: rgb(89,7,19); }

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

border-color css

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

 span { border-color: rgb(89,7,19); }

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