#520914

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

Shades of Bordeaux #520914

Tints of Bordeaux #520914

Color information

#520914 (or 0x520914) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 14. RGB value is (82,9,20). Sum of RGB (Red+Green+Blue) = 82+9+20=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #520914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520914 is #ADF6EB. Grayscale: #202020. Windows color (decimal): -11400940 or 1313106. OLE color: 1313106.

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

Color convert

RGB82920-
CMYK00.890.760.68
HSL350.96º80.22%17.84%-
HSV(B)350.96º89.02%32.16%-
XYZ3.72.040.86-
YUV32.08121.18163.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.87%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=73.87%
G=8.11%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8292000.890.760.68350.9680.2217.84
Hex529140594C4415f5012
Octal1221124013111410453712022
Binary10100101001101000101100110011001000100101011111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520914; }

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

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

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

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

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

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

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

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