#580111

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

Shades of Bordeaux #580111

Tints of Bordeaux #580111

Color information

#580111 (or 0x580111) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 11. RGB value is (88,1,17). Sum of RGB (Red+Green+Blue) = 88+1+17=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580111 is #A7FEEE. Grayscale: #1C1C1C. Windows color (decimal): -11009775 or 1114456. OLE color: 1114456.

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

Color convert

RGB88117-
CMYK00.990.810.65
HSL348.97º97.75%17.45%-
HSV(B)348.97º98.86%34.51%-
XYZ4.142.140.72-
YUV28.84121.32170.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=83.02%
G=0.94%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8811700.990.810.65348.9797.7517.45
Hex58111063514115d6211
Octal130121014312110153514221
Binary10110001100010110001110100011000001101011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580111; }

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

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

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

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

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

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

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

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