#520911

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

Shades of Bordeaux #520911

Tints of Bordeaux #520911

Color information

#520911 (or 0x520911) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 11. RGB value is (82,9,17). Sum of RGB (Red+Green+Blue) = 82+9+17=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520911 is #ADF6EE. Grayscale: #1F1F1F. Windows color (decimal): -11400943 or 1116498. OLE color: 1116498.

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

Color convert

RGB82917-
CMYK00.890.790.68
HSL353.42º80.22%17.84%-
HSV(B)353.42º89.02%32.16%-
XYZ3.682.030.73-
YUV31.74119.68163.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=75.93%
G=8.33%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8291700.890.790.68353.4280.2217.84
Hex529110594F441615012
Octal1221121013111710454112022
Binary10100101001100010101100110011111000100101100001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520911; }

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

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

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

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

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

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

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

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