#520813

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

Shades of Bordeaux #520813

Tints of Bordeaux #520813

Color information

#520813 (or 0x520813) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 13. RGB value is (82,8,19). Sum of RGB (Red+Green+Blue) = 82+8+19=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #520813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520813 is #ADF7EC. Grayscale: #1F1F1F. Windows color (decimal): -11401197 or 1247314. OLE color: 1247314.

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

Color convert

RGB82819-
CMYK00.900.770.68
HSL351.08º82.22%17.65%-
HSV(B)351.08º90.24%32.16%-
XYZ3.682.010.81-
YUV31.38121.02164.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.23%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=75.23%
G=7.34%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8281900.900.770.68351.0882.2217.65
Hex5281305A4D4415f5212
Octal1221023013211510453712222
Binary10100101000100110101101010011011000100101011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520813; }

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

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

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

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

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

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

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

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