#580415

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

Shades of Bordeaux #580415

Tints of Bordeaux #580415

Color information

#580415 (or 0x580415) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 15. RGB value is (88,4,21). Sum of RGB (Red+Green+Blue) = 88+4+21=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580415 is #A7FBEA. Grayscale: #1F1F1F. Windows color (decimal): -11009003 or 1377368. OLE color: 1377368.

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

Color convert

RGB88421-
CMYK00.950.760.65
HSL347.86º91.3%18.04%-
HSV(B)347.86º95.45%34.51%-
XYZ4.22.220.92-
YUV31.05122.33168.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=77.88%
G=3.54%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8842100.950.760.65347.8691.318.04
Hex5841505F4C4115c5b12
Octal130425013711410153413322
Binary1011000100101010101111110011001000001101011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580415; }

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

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

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

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

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

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

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

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