#580810

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

Shades of Bordeaux #580810

Tints of Bordeaux #580810

Color information

#580810 (or 0x580810) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 10. RGB value is (88,8,16). Sum of RGB (Red+Green+Blue) = 88+8+16=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580810 is #A7F7EF. Grayscale: #202020. Windows color (decimal): -11007984 or 1050712. OLE color: 1050712.

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

Color convert

RGB88816-
CMYK00.910.820.65
HSL354º83.33%18.82%-
HSV(B)354º90.91%34.51%-
XYZ4.22.290.71-
YUV32.83118.5167.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=78.57%
G=7.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8881600.910.820.6535483.3318.82
Hex5881005B52411625313
Octal1301020013312210154212323
Binary10110001000100000101101110100101000001101100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580810; }

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

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

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

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

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

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

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

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