#580116

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

Shades of Bordeaux #580116

Tints of Bordeaux #580116

Color information

#580116 (or 0x580116) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 16. RGB value is (88,1,22). Sum of RGB (Red+Green+Blue) = 88+1+22=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580116 is #A7FEE9. Grayscale: #1D1D1D. Windows color (decimal): -11009770 or 1442136. OLE color: 1442136.

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

Color convert

RGB88122-
CMYK00.990.750.65
HSL345.52º97.75%17.45%-
HSV(B)345.52º98.86%34.51%-
XYZ4.182.150.95-
YUV29.41123.82169.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 79.28%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=79.28%
G=0.90%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8812200.990.750.65345.5297.7517.45
Hex581160634B4115a6211
Octal130126014311310153214221
Binary10110001101100110001110010111000001101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580116; }

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

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

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

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

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

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

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

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