#521519

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

Shades of Bordeaux #521519

Tints of Bordeaux #521519

Color information

#521519 (or 0x521519) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 19. RGB value is (82,21,25). Sum of RGB (Red+Green+Blue) = 82+21+25=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #521519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521519 is #ADEAE6. Grayscale: #272727. Windows color (decimal): -11397863 or 1643858. OLE color: 1643858.

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

Color convert

RGB822125-
CMYK00.740.700.68
HSL356.07º59.22%20.2%-
HSV(B)356.07º74.39%32.16%-
XYZ3.922.41.18-
YUV39.7119.71158.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=64.06%
G=16.41%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82212500.740.700.68356.0759.2220.2
Hex52151904A46441643b14
Octal122253101121061045447324
Binary10100101010111001010010101000110100010010110010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521519; }

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

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

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

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

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

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

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

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