#580811

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

Shades of Bordeaux #580811

Tints of Bordeaux #580811

Color information

#580811 (or 0x580811) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 11. RGB value is (88,8,17). Sum of RGB (Red+Green+Blue) = 88+8+17=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580811 is #A7F7EE. Grayscale: #202020. Windows color (decimal): -11007983 or 1116248. OLE color: 1116248.

HSL color Cylindrical-coordinate representation of color #580811: hue angle of 353.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580811 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB88817-
CMYK00.910.810.65
HSL353.25º83.33%18.82%-
HSV(B)353.25º90.91%34.51%-
XYZ4.212.290.75-
YUV32.95119167.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=77.88%
G=7.08%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8881700.910.810.65353.2583.3318.82
Hex5881105B51411615313
Octal1301021013312110154112323
Binary10110001000100010101101110100011000001101100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580811; }

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

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

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

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

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

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

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

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