Html Css Color HEX #590112 Bordeaux

📋 copy color: '#590112'

red 89 ◦ green 1 ◦ blue 18

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

Shades of Bordeaux #590112

Tints of Bordeaux #590112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 82.41%
G = 0.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#590112 (or 0x590112) is known color: Bordeaux. HEX triplet: 59, 01 and 12. RGB value is (89,1,18). Sum of RGB (Red+Green+Blue) = 89+1+18=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #590112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590112 is #A6FEED. Grayscale: #1D1D1D. Windows color (decimal): -10944238 or 1179993. OLE color: 1179993.

HSL color Cylindrical-coordinate representation of color #590112: hue angle of 348.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590112 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 18 -
CMYK 0 0.99 0.80 0.65
HSL 348.41º 0.98% 0.18% -
HSV(B) 348.41º 0.99% 0.35% -
XYZ 4.24 2.19 0.77 -
YUV 29.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 89 1 18 0 0.99 0.80 0.65 348.41 0.98 0.18
Hex 59 1 12 0 63 50 41 15C 62 12
Octal 131 1 22 0 143 120 101 534 142 22
Binary 1011001 1 10010 0 1100011 1010000 1000001 101011100 1100010 10010

Color Harmonies of #590112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590112

Black with #590112

Text Example


Text Example

White with #590112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590112; }

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

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

background-color css

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

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

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

border-color css

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

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

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