#520013

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

Shades of Bordeaux #520013

Tints of Bordeaux #520013

Color information

#520013 (or 0x520013) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 13. RGB value is (82,0,19). Sum of RGB (Red+Green+Blue) = 82+0+19=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #520013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520013 is #ADFFEC. Grayscale: #1A1A1A. Windows color (decimal): -11403245 or 1245266. OLE color: 1245266.

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

Color convert

RGB82019-
CMYK010.770.68
HSL346.1º100%16.08%-
HSV(B)346.1º100%32.16%-
XYZ3.61.840.78-
YUV26.68123.67167.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 81.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=81.19%
G=0%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82019010.770.68346.110016.08
Hex520130644D4415a6410
Octal122023014411510453214420
Binary10100100100110110010010011011000100101011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520013; }

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

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

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

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

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

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

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

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