#580917

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

Shades of Bordeaux #580917

Tints of Bordeaux #580917

Color information

#580917 (or 0x580917) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 17. RGB value is (88,9,23). Sum of RGB (Red+Green+Blue) = 88+9+23=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #580917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580917 is #A7F6E8. Grayscale: #222222. Windows color (decimal): -11007721 or 1509720. OLE color: 1509720.

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

Color convert

RGB88923-
CMYK00.900.740.65
HSL349.37º81.44%19.02%-
HSV(B)349.37º89.77%34.51%-
XYZ4.282.331.04-
YUV34.22121.67166.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=73.33%
G=7.5%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8892300.900.740.65349.3781.4419.02
Hex5891705A4A4115d5113
Octal1301127013211210153512123
Binary10110001001101110101101010010101000001101011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580917; }

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

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

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

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

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

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

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

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