Html Css Color HEX #590712 Bordeaux

📋 copy color: '#590712'

red 89 ◦ green 7 ◦ blue 18

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

Shades of Bordeaux #590712

Tints of Bordeaux #590712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.79%

R = 78.07%
G = 6.14%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#590712 (or 0x590712) is known color: Bordeaux. HEX triplet: 59, 07 and 12. RGB value is (89,7,18). Sum of RGB (Red+Green+Blue) = 89+7+18=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590712 is #A6F8ED. Grayscale: #202020. Windows color (decimal): -10942702 or 1181529. OLE color: 1181529.

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

Color convert

RGB 89 7 18 -
CMYK 0 0.92 0.80 0.65
HSL 351.95º 0.85% 0.19% -
HSV(B) 351.95º 0.92% 0.35% -
XYZ 4.3 2.32 0.79 -
YUV 32.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 89 7 18 0 0.92 0.80 0.65 351.95 0.85 0.19
Hex 59 7 12 0 5C 50 41 160 55 13
Octal 131 7 22 0 134 120 101 540 125 23
Binary 1011001 111 10010 0 1011100 1010000 1000001 101100000 1010101 10011

Color Harmonies of #590712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590712

Black with #590712

Text Example


Text Example

White with #590712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590712; }

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

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

background-color css

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

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

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

border-color css

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

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

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