#520816

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

Shades of Bordeaux #520816

Tints of Bordeaux #520816

Color information

#520816 (or 0x520816) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 16. RGB value is (82,8,22). Sum of RGB (Red+Green+Blue) = 82+8+22=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #520816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520816 is #ADF7E9. Grayscale: #1F1F1F. Windows color (decimal): -11401194 or 1443922. OLE color: 1443922.

HSL color Cylindrical-coordinate representation of color #520816: hue angle of 348.65º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520816 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB82822-
CMYK00.900.730.68
HSL348.65º82.22%17.65%-
HSV(B)348.65º90.24%32.16%-
XYZ3.712.030.95-
YUV31.72122.52163.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.21%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=73.21%
G=7.14%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8282200.900.730.68348.6582.2217.65
Hex5281605A494415d5212
Octal1221026013211110453512222
Binary10100101000101100101101010010011000100101011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520816; }

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

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

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

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

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

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

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

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