#520812

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

Shades of Bordeaux #520812

Tints of Bordeaux #520812

Color information

#520812 (or 0x520812) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 12. RGB value is (82,8,18). Sum of RGB (Red+Green+Blue) = 82+8+18=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520812 is #ADF7ED. Grayscale: #1F1F1F. Windows color (decimal): -11401198 or 1181778. OLE color: 1181778.

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

Color convert

RGB82818-
CMYK00.900.780.68
HSL351.89º82.22%17.65%-
HSV(B)351.89º90.24%32.16%-
XYZ3.682.010.77-
YUV31.27120.52164.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=75.93%
G=7.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8281800.900.780.68351.8982.2217.65
Hex5281205A4E441605212
Octal1221022013211610454012222
Binary10100101000100100101101010011101000100101100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520812; }

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

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

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

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

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

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

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

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