#520920

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

Shades of Bordeaux #520920

Tints of Bordeaux #520920

Color information

#520920 (or 0x520920) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 20. RGB value is (82,9,32). Sum of RGB (Red+Green+Blue) = 82+9+32=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520920 is #ADF6DF. Grayscale: #212121. Windows color (decimal): -11400928 or 2099538. OLE color: 2099538.

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

Color convert

RGB82932-
CMYK00.890.610.68
HSL341.1º80.22%17.84%-
HSV(B)341.1º89.02%32.16%-
XYZ3.842.091.57-
YUV33.45127.18162.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=66.67%
G=7.32%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8293200.890.610.68341.180.2217.84
Hex529200593D441555012
Octal122114001317510452512022
Binary10100101001100000010110011111011000100101010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520920; }

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

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

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

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

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

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

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

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