#580916

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

Shades of Bordeaux #580916

Tints of Bordeaux #580916

Color information

#580916 (or 0x580916) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 16. RGB value is (88,9,22). Sum of RGB (Red+Green+Blue) = 88+9+22=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #580916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580916 is #A7F6E9. Grayscale: #222222. Windows color (decimal): -11007722 or 1444184. OLE color: 1444184.

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

Color convert

RGB88922-
CMYK00.900.750.65
HSL350.13º81.44%19.02%-
HSV(B)350.13º89.77%34.51%-
XYZ4.272.330.98-
YUV34.1121.17166.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=73.95%
G=7.56%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8892200.900.750.65350.1381.4419.02
Hex5891605A4B4115e5113
Octal1301126013211310153612123
Binary10110001001101100101101010010111000001101011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580916; }

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

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

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

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

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

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

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

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