#580110

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

Shades of Bordeaux #580110

Tints of Bordeaux #580110

Color information

#580110 (or 0x580110) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 10. RGB value is (88,1,16). Sum of RGB (Red+Green+Blue) = 88+1+16=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #580110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580110 is #A7FEEF. Grayscale: #1C1C1C. Windows color (decimal): -11009776 or 1048920. OLE color: 1048920.

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

Color convert

RGB88116-
CMYK00.990.820.65
HSL349.66º97.75%17.45%-
HSV(B)349.66º98.86%34.51%-
XYZ4.132.130.68-
YUV28.72120.82170.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.81%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=83.81%
G=0.95%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8811600.990.820.65349.6697.7517.45
Hex58110063524115e6211
Octal130120014312210153614221
Binary10110001100000110001110100101000001101011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580110; }

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

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

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

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

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

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

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

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