#520115

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

Shades of Bordeaux #520115

Tints of Bordeaux #520115

Color information

#520115 (or 0x520115) is unknown color: approx Bordeaux. HEX triplet: 52, 01 and 15. RGB value is (82,1,21). Sum of RGB (Red+Green+Blue) = 82+1+21=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520115 is #ADFEEA. Grayscale: #1B1B1B. Windows color (decimal): -11402987 or 1376594. OLE color: 1376594.

HSL color Cylindrical-coordinate representation of color #520115: hue angle of 345.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520115 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB82121-
CMYK00.990.740.68
HSL345.19º97.59%16.27%-
HSV(B)345.19º98.78%32.16%-
XYZ3.631.870.88-
YUV27.5124.34166.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.85%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=78.85%
G=0.96%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8212100.990.740.68345.1997.5916.27
Hex521150634A441596210
Octal122125014311210453114220
Binary10100101101010110001110010101000100101011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520115; }

 p { color: rgb(82,1,21); }

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

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

 a { background-color: rgb(82,1,21); }

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

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

 span { border-color: rgb(82,1,21); }

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