#520313

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

Shades of Bordeaux #520313

Tints of Bordeaux #520313

Color information

#520313 (or 0x520313) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 13. RGB value is (82,3,19). Sum of RGB (Red+Green+Blue) = 82+3+19=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520313 is #ADFCEC. Grayscale: #1C1C1C. Windows color (decimal): -11402477 or 1246034. OLE color: 1246034.

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

Color convert

RGB82319-
CMYK00.960.770.68
HSL347.85º92.94%16.67%-
HSV(B)347.85º96.34%32.16%-
XYZ3.631.910.79-
YUV28.44122.67166.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.85%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=78.85%
G=2.88%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8231900.960.770.68347.8592.9416.67
Hex523130604D4415c5d11
Octal122323014011510453413521
Binary101001011100110110000010011011000100101011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520313; }

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

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

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

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

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

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

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

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