#580112

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

Shades of Bordeaux #580112

Tints of Bordeaux #580112

Color information

#580112 (or 0x580112) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 12. RGB value is (88,1,18). Sum of RGB (Red+Green+Blue) = 88+1+18=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #580112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580112 is #A7FEED. Grayscale: #1C1C1C. Windows color (decimal): -11009774 or 1179992. OLE color: 1179992.

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

Color convert

RGB88118-
CMYK00.990.800.65
HSL348.28º97.75%17.45%-
HSV(B)348.28º98.86%34.51%-
XYZ4.142.140.77-
YUV28.95121.82170.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 82.24%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=82.24%
G=0.93%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8811800.990.800.65348.2897.7517.45
Hex58112063504115c6211
Octal130122014312010153414221
Binary10110001100100110001110100001000001101011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580112; }

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

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

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

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

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

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

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

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