#520416

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

Shades of Bordeaux #520416

Tints of Bordeaux #520416

Color information

#520416 (or 0x520416) is unknown color: approx Bordeaux. HEX triplet: 52, 04 and 16. RGB value is (82,4,22). Sum of RGB (Red+Green+Blue) = 82+4+22=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520416 is #ADFBE9. Grayscale: #1D1D1D. Windows color (decimal): -11402218 or 1442898. OLE color: 1442898.

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

Color convert

RGB82422-
CMYK00.950.730.68
HSL346.15º90.7%16.86%-
HSV(B)346.15º95.12%32.16%-
XYZ3.671.940.94-
YUV29.37123.84165.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=75.93%
G=3.70%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8242200.950.730.68346.1590.716.86
Hex5241605F494415a5b11
Octal122426013711110453213321
Binary1010010100101100101111110010011000100101011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520416; }

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

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

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

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

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

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

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

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