#580919

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

Shades of Bordeaux #580919

Tints of Bordeaux #580919

Color information

#580919 (or 0x580919) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 19. RGB value is (88,9,25). Sum of RGB (Red+Green+Blue) = 88+9+25=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580919 is #A7F6E6. Grayscale: #222222. Windows color (decimal): -11007719 or 1640792. OLE color: 1640792.

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

Color convert

RGB88925-
CMYK00.900.720.65
HSL347.85º81.44%19.02%-
HSV(B)347.85º89.77%34.51%-
XYZ4.32.341.14-
YUV34.44122.67166.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=72.13%
G=7.38%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8892500.900.720.65347.8581.4419.02
Hex5891905A484115c5113
Octal1301131013211010153412123
Binary10110001001110010101101010010001000001101011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580919; }

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

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

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

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

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

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

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

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