#580819

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

Shades of Bordeaux #580819

Tints of Bordeaux #580819

Color information

#580819 (or 0x580819) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 19. RGB value is (88,8,25). Sum of RGB (Red+Green+Blue) = 88+8+25=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580819 is #A7F7E6. Grayscale: #212121. Windows color (decimal): -11007975 or 1640536. OLE color: 1640536.

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

Color convert

RGB88825-
CMYK00.910.720.65
HSL347.25º83.33%18.82%-
HSV(B)347.25º90.91%34.51%-
XYZ4.292.321.14-
YUV33.86123166.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=72.73%
G=6.61%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882500.910.720.65347.2583.3318.82
Hex5881905B484115b5313
Octal1301031013311010153312323
Binary10110001000110010101101110010001000001101011011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580819; }

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

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

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

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

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

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

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

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