#520820

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

Shades of Bordeaux #520820

Tints of Bordeaux #520820

Color information

#520820 (or 0x520820) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 20. RGB value is (82,8,32). Sum of RGB (Red+Green+Blue) = 82+8+32=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520820 is #ADF7DF. Grayscale: #202020. Windows color (decimal): -11401184 or 2099282. OLE color: 2099282.

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

Color convert

RGB82832-
CMYK00.900.610.68
HSL340.54º82.22%17.65%-
HSV(B)340.54º90.24%32.16%-
XYZ3.832.071.56-
YUV32.86127.52163.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=67.21%
G=6.56%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8283200.900.610.68340.5482.2217.65
Hex5282005A3D441555212
Octal122104001327510452512222
Binary10100101000100000010110101111011000100101010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520820; }

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

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

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

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

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

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

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

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