#580416

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

Shades of Bordeaux #580416

Tints of Bordeaux #580416

Color information

#580416 (or 0x580416) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 16. RGB value is (88,4,22). Sum of RGB (Red+Green+Blue) = 88+4+22=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580416 is #A7FBE9. Grayscale: #1F1F1F. Windows color (decimal): -11009002 or 1442904. OLE color: 1442904.

HSL color Cylindrical-coordinate representation of color #580416: hue angle of 347.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580416 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB88422-
CMYK00.950.750.65
HSL347.14º91.3%18.04%-
HSV(B)347.14º95.45%34.51%-
XYZ4.212.220.97-
YUV31.17122.83168.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.19%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=77.19%
G=3.51%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8842200.950.750.65347.1491.318.04
Hex5841605F4B4115b5b12
Octal130426013711310153313322
Binary1011000100101100101111110010111000001101011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580416; }

 p { color: rgb(88,4,22); }

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

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

 a { background-color: rgb(88,4,22); }

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

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

 span { border-color: rgb(88,4,22); }

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