#520D12

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

Shades of Bordeaux #520D12

Tints of Bordeaux #520D12

Color information

#520D12 (or 0x520D12) is unknown color: approx Bordeaux. HEX triplet: 52, 0D and 12. RGB value is (82,13,18). Sum of RGB (Red+Green+Blue) = 82+13+18=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #520D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D12 is #ADF2ED. Grayscale: #222222. Windows color (decimal): -11399918 or 1183058. OLE color: 1183058.

HSL color Cylindrical-coordinate representation of color #520D12: hue angle of 355.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520D12 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB821318-
CMYK00.840.780.68
HSL355.65º72.63%18.63%-
HSV(B)355.65º84.15%32.16%-
XYZ3.732.130.79-
YUV34.2118.86162.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=72.57%
G=11.50%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82131800.840.780.68355.6572.6318.63
Hex52D120544E441644913
Octal1221522012411610454411123
Binary10100101101100100101010010011101000100101100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520D12; }

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

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

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

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

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

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

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

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