#521520

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

Shades of Bordeaux #521520

Tints of Bordeaux #521520

Color information

#521520 (or 0x521520) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 20. RGB value is (82,21,32). Sum of RGB (Red+Green+Blue) = 82+21+32=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #521520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521520 is #ADEADF. Grayscale: #282828. Windows color (decimal): -11397856 or 2102610. OLE color: 2102610.

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

Color convert

RGB822132-
CMYK00.740.610.68
HSL349.18º59.22%20.2%-
HSV(B)349.18º74.39%32.16%-
XYZ4.012.431.63-
YUV40.49123.21157.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=60.74%
G=15.56%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82213200.740.610.68349.1859.2220.2
Hex52152004A3D4415d3b14
Octal12225400112751045357324
Binary10100101010110000001001010111101100010010101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521520; }

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

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

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

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

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

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

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

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