#520412

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

Shades of Bordeaux #520412

Tints of Bordeaux #520412

Color information

#520412 (or 0x520412) is unknown color: approx Bordeaux. HEX triplet: 52, 04 and 12. RGB value is (82,4,18). Sum of RGB (Red+Green+Blue) = 82+4+18=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520412 is #ADFBED. Grayscale: #1C1C1C. Windows color (decimal): -11402222 or 1180754. OLE color: 1180754.

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

Color convert

RGB82418-
CMYK00.950.780.68
HSL349.23º90.7%16.86%-
HSV(B)349.23º95.12%32.16%-
XYZ3.631.920.75-
YUV28.92121.84165.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.85%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=78.85%
G=3.85%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8241800.950.780.68349.2390.716.86
Hex5241205F4E4415d5b11
Octal122422013711610453513321
Binary1010010100100100101111110011101000100101011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520412; }

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

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

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

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

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

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

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

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