#580413

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

Shades of Bordeaux #580413

Tints of Bordeaux #580413

Color information

#580413 (or 0x580413) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 13. RGB value is (88,4,19). Sum of RGB (Red+Green+Blue) = 88+4+19=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580413 is #A7FBEC. Grayscale: #1E1E1E. Windows color (decimal): -11009005 or 1246296. OLE color: 1246296.

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

Color convert

RGB88419-
CMYK00.950.780.65
HSL349.29º91.3%18.04%-
HSV(B)349.29º95.45%34.51%-
XYZ4.192.210.82-
YUV30.83121.33168.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 79.28%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=79.28%
G=3.60%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8841900.950.780.65349.2991.318.04
Hex5841305F4E4115d5b12
Octal130423013711610153513322
Binary1011000100100110101111110011101000001101011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580413; }

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

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

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

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

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

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

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

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