#580119

Color #580119 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #580119

Tints of Bordeaux #580119

Color information

#580119 (or 0x580119) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 19. RGB value is (88,1,25). Sum of RGB (Red+Green+Blue) = 88+1+25=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580119 is #A7FEE6. Grayscale: #1D1D1D. Windows color (decimal): -11009767 or 1638744. OLE color: 1638744.

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

Color convert

RGB88125-
CMYK00.990.720.65
HSL343.45º97.75%17.45%-
HSV(B)343.45º98.86%34.51%-
XYZ4.212.171.12-
YUV29.75125.32169.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.19%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=77.19%
G=0.88%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8812500.990.720.65343.4597.7517.45
Hex5811906348411576211
Octal130131014311010152714221
Binary10110001110010110001110010001000001101010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580119; }

 p { color: rgb(88,1,25); }

 H1.HeaderClassName
 {
   color: #580119;
 }
 .AnyTagClassName
 {
   color: #580119;
 }
</style>
background-color css

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

 a { background-color: rgb(88,1,25); }

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

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

 span { border-color: rgb(88,1,25); }

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