#520814

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

Shades of Bordeaux #520814

Tints of Bordeaux #520814

Color information

#520814 (or 0x520814) is unknown color: approx Bordeaux. HEX triplet: 52, 08 and 14. RGB value is (82,8,20). Sum of RGB (Red+Green+Blue) = 82+8+20=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520814 is #ADF7EB. Grayscale: #1F1F1F. Windows color (decimal): -11401196 or 1312850. OLE color: 1312850.

HSL color Cylindrical-coordinate representation of color #520814: hue angle of 350.27º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520814 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB82820-
CMYK00.900.760.68
HSL350.27º82.22%17.65%-
HSV(B)350.27º90.24%32.16%-
XYZ3.692.020.86-
YUV31.49121.52164.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 74.55%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=74.55%
G=7.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8282000.900.760.68350.2782.2217.65
Hex5281405A4C4415e5212
Octal1221024013211410453612222
Binary10100101000101000101101010011001000100101011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520814; }

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

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

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

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

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

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

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

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