#521120

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

Shades of Bordeaux #521120

Tints of Bordeaux #521120

Color information

#521120 (or 0x521120) is unknown color: approx Bordeaux. HEX triplet: 52, 11 and 20. RGB value is (82,17,32). Sum of RGB (Red+Green+Blue) = 82+17+32=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521120 is #ADEEDF. Grayscale: #262626. Windows color (decimal): -11398880 or 2101586. OLE color: 2101586.

HSL color Cylindrical-coordinate representation of color #521120: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521120 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB821732-
CMYK00.790.610.68
HSL346.15º65.66%19.41%-
HSV(B)346.15º79.27%32.16%-
XYZ3.942.31.6-
YUV38.15124.53159.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=62.60%
G=12.98%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82173200.790.610.68346.1565.6619.41
Hex52112004F3D4415a4213
Octal122214001177510453210223
Binary101001010001100000010011111111011000100101011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521120; }

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

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

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

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

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

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

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

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