#520310

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

Shades of Bordeaux #520310

Tints of Bordeaux #520310

Color information

#520310 (or 0x520310) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 10. RGB value is (82,3,16). Sum of RGB (Red+Green+Blue) = 82+3+16=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #520310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520310 is #ADFCEF. Grayscale: #1C1C1C. Windows color (decimal): -11402480 or 1049426. OLE color: 1049426.

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

Color convert

RGB82316-
CMYK00.960.800.68
HSL350.13º92.94%16.67%-
HSV(B)350.13º96.34%32.16%-
XYZ3.611.90.67-
YUV28.1121.17166.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 81.19%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=81.19%
G=2.97%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8231600.960.800.68350.1392.9416.67
Hex52310060504415e5d11
Octal122320014012010453613521
Binary101001011100000110000010100001000100101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520310; }

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

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

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

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

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

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

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

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