#580918

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

Shades of Bordeaux #580918

Tints of Bordeaux #580918

Color information

#580918 (or 0x580918) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 18. RGB value is (88,9,24). Sum of RGB (Red+Green+Blue) = 88+9+24=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580918 is #A7F6E7. Grayscale: #222222. Windows color (decimal): -11007720 or 1575256. OLE color: 1575256.

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

Color convert

RGB88924-
CMYK00.900.730.65
HSL348.61º81.44%19.02%-
HSV(B)348.61º89.77%34.51%-
XYZ4.292.341.09-
YUV34.33122.17166.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=72.73%
G=7.44%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8892400.900.730.65348.6181.4419.02
Hex5891805A494115d5113
Octal1301130013211110153512123
Binary10110001001110000101101010010011000001101011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580918; }

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

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

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

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

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

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

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

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