#520713

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

Shades of Bordeaux #520713

Tints of Bordeaux #520713

Color information

#520713 (or 0x520713) is unknown color: approx Bordeaux. HEX triplet: 52, 07 and 13. RGB value is (82,7,19). Sum of RGB (Red+Green+Blue) = 82+7+19=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520713 is #ADF8EC. Grayscale: #1E1E1E. Windows color (decimal): -11401453 or 1247058. OLE color: 1247058.

HSL color Cylindrical-coordinate representation of color #520713: hue angle of 350.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520713 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB82719-
CMYK00.910.770.68
HSL350.4º84.27%17.45%-
HSV(B)350.4º91.46%32.16%-
XYZ3.671.990.81-
YUV30.79121.35164.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=75.93%
G=6.48%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8271900.910.770.68350.484.2717.45
Hex5271305B4D4415e5411
Octal122723013311510453612421
Binary1010010111100110101101110011011000100101011110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520713; }

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

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

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

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

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

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

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

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