#520312

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

Shades of Bordeaux #520312

Tints of Bordeaux #520312

Color information

#520312 (or 0x520312) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 12. RGB value is (82,3,18). Sum of RGB (Red+Green+Blue) = 82+3+18=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520312 is #ADFCED. Grayscale: #1C1C1C. Windows color (decimal): -11402478 or 1180498. OLE color: 1180498.

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

Color convert

RGB82318-
CMYK00.960.780.68
HSL348.61º92.94%16.67%-
HSV(B)348.61º96.34%32.16%-
XYZ3.621.90.75-
YUV28.33122.17166.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 79.61%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=79.61%
G=2.91%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8231800.960.780.68348.6192.9416.67
Hex523120604E4415d5d11
Octal122322014011610453513521
Binary101001011100100110000010011101000100101011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520312; }

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

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

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

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

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

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

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

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