#520921

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

Shades of Bordeaux #520921

Tints of Bordeaux #520921

Color information

#520921 (or 0x520921) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 21. RGB value is (82,9,33). Sum of RGB (Red+Green+Blue) = 82+9+33=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520921 is #ADF6DE. Grayscale: #212121. Windows color (decimal): -11400927 or 2165074. OLE color: 2165074.

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

Color convert

RGB82933-
CMYK00.890.600.68
HSL340.27º80.22%17.84%-
HSV(B)340.27º89.02%32.16%-
XYZ3.852.11.64-
YUV33.56127.68162.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=66.13%
G=7.26%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8293300.890.600.68340.2780.2217.84
Hex529210593C441545012
Octal122114101317410452412022
Binary10100101001100001010110011111001000100101010100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520921; }

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

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

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

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

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

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

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

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