#520415

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

Shades of Bordeaux #520415

Tints of Bordeaux #520415

Color information

#520415 (or 0x520415) is unknown color: approx Bordeaux. HEX triplet: 52, 04 and 15. RGB value is (82,4,21). Sum of RGB (Red+Green+Blue) = 82+4+21=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520415 is #ADFBEA. Grayscale: #1D1D1D. Windows color (decimal): -11402219 or 1377362. OLE color: 1377362.

HSL color Cylindrical-coordinate representation of color #520415: hue angle of 346.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520415 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB82421-
CMYK00.950.740.68
HSL346.92º90.7%16.86%-
HSV(B)346.92º95.12%32.16%-
XYZ3.661.930.89-
YUV29.26123.34165.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=76.64%
G=3.74%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8242100.950.740.68346.9290.716.86
Hex5241505F4A4415b5b11
Octal122425013711210453313321
Binary1010010100101010101111110010101000100101011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520415; }

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

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

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

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

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

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

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

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