#520913

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

Shades of Bordeaux #520913

Tints of Bordeaux #520913

Color information

#520913 (or 0x520913) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 13. RGB value is (82,9,19). Sum of RGB (Red+Green+Blue) = 82+9+19=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520913 is #ADF6EC. Grayscale: #1F1F1F. Windows color (decimal): -11400941 or 1247570. OLE color: 1247570.

HSL color Cylindrical-coordinate representation of color #520913: hue angle of 351.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520913 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB82919-
CMYK00.890.770.68
HSL351.78º80.22%17.84%-
HSV(B)351.78º89.02%32.16%-
XYZ3.692.040.81-
YUV31.97120.68163.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=74.55%
G=8.18%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8291900.890.770.68351.7880.2217.84
Hex529130594D441605012
Octal1221123013111510454012022
Binary10100101001100110101100110011011000100101100000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520913; }

 p { color: rgb(82,9,19); }

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

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

 a { background-color: rgb(82,9,19); }

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

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

 span { border-color: rgb(82,9,19); }

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