#580114

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

Shades of Bordeaux #580114

Tints of Bordeaux #580114

Color information

#580114 (or 0x580114) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 14. RGB value is (88,1,20). Sum of RGB (Red+Green+Blue) = 88+1+20=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580114 is #A7FEEB. Grayscale: #1D1D1D. Windows color (decimal): -11009772 or 1311064. OLE color: 1311064.

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

Color convert

RGB88120-
CMYK00.990.770.65
HSL346.9º97.75%17.45%-
HSV(B)346.9º98.86%34.51%-
XYZ4.162.150.86-
YUV29.18122.82169.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80.73%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=80.73%
G=0.92%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8812000.990.770.65346.997.7517.45
Hex581140634D4115b6211
Octal130124014311510153314221
Binary10110001101000110001110011011000001101011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580114; }

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

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

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

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

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

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

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

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