#520514

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

Shades of Bordeaux #520514

Tints of Bordeaux #520514

Color information

#520514 (or 0x520514) is unknown color: approx Bordeaux. HEX triplet: 52, 05 and 14. RGB value is (82,5,20). Sum of RGB (Red+Green+Blue) = 82+5+20=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520514 is #ADFAEB. Grayscale: #1D1D1D. Windows color (decimal): -11401964 or 1312082. OLE color: 1312082.

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

Color convert

RGB82520-
CMYK00.940.760.68
HSL348.31º88.51%17.06%-
HSV(B)348.31º93.9%32.16%-
XYZ3.661.950.85-
YUV29.73122.51165.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=76.64%
G=4.67%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8252000.940.760.68348.3188.5117.06
Hex5251405E4C4415c5911
Octal122524013611410453413121
Binary1010010101101000101111010011001000100101011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520514; }

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

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

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

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

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

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

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

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