#520910

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

Shades of Bordeaux #520910

Tints of Bordeaux #520910

Color information

#520910 (or 0x520910) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 10. RGB value is (82,9,16). Sum of RGB (Red+Green+Blue) = 82+9+16=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520910 is #ADF6EF. Grayscale: #1F1F1F. Windows color (decimal): -11400944 or 1050962. OLE color: 1050962.

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

Color convert

RGB82916-
CMYK00.890.800.68
HSL354.25º80.22%17.84%-
HSV(B)354.25º89.02%32.16%-
XYZ3.672.030.69-
YUV31.63119.18163.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=76.64%
G=8.41%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8291600.890.800.68354.2580.2217.84
Hex5291005950441625012
Octal1221120013112010454212022
Binary10100101001100000101100110100001000100101100010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520910; }

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

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

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

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

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

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

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

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