#580818

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

Shades of Bordeaux #580818

Tints of Bordeaux #580818

Color information

#580818 (or 0x580818) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 18. RGB value is (88,8,24). Sum of RGB (Red+Green+Blue) = 88+8+24=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #580818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580818 is #A7F7E7. Grayscale: #212121. Windows color (decimal): -11007976 or 1575000. OLE color: 1575000.

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

Color convert

RGB88824-
CMYK00.910.730.65
HSL348º83.33%18.82%-
HSV(B)348º90.91%34.51%-
XYZ4.282.311.09-
YUV33.74122.5166.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 8 (3.52% from 255) = 6.67%
BLUE value IS 24 (9.77% from 255) = 20%
R=73.33%
G=6.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882400.910.730.6534883.3318.82
Hex5881805B494115c5313
Octal1301030013311110153412323
Binary10110001000110000101101110010011000001101011100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580818; }

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

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

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

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

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

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

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

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