Html Css Color HEX #590115 Bordeaux

📋 copy color: '#590115'

red 89 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #590115

Tints of Bordeaux #590115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 80.18%
G = 0.9%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#590115 (or 0x590115) is known color: Bordeaux. HEX triplet: 59, 01 and 15. RGB value is (89,1,21). Sum of RGB (Red+Green+Blue) = 89+1+21=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #590115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590115 is #A6FEEA. Grayscale: #1D1D1D. Windows color (decimal): -10944235 or 1376601. OLE color: 1376601.

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

Color convert

RGB 89 1 21 -
CMYK 0 0.99 0.76 0.65
HSL 346.36º 0.98% 0.18% -
HSV(B) 346.36º 0.99% 0.35% -
XYZ 4.27 2.2 0.91 -
YUV 29.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 89 1 21 0 0.99 0.76 0.65 346.36 0.98 0.18
Hex 59 1 15 0 63 4C 41 15A 62 12
Octal 131 1 25 0 143 114 101 532 142 22
Binary 1011001 1 10101 0 1100011 1001100 1000001 101011010 1100010 10010

Color Harmonies of #590115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590115

Black with #590115

Text Example


Text Example

White with #590115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590115; }

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

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

background-color css

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

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

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

border-color css

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

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

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