#521928

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

Shades of Bordeaux #521928

Tints of Bordeaux #521928

Color information

#521928 (or 0x521928) is unknown color: approx Bordeaux. HEX triplet: 52, 19 and 28. RGB value is (82,25,40). Sum of RGB (Red+Green+Blue) = 82+25+40=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #521928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521928 is #ADE6D7. Grayscale: #2B2B2B. Windows color (decimal): -11396824 or 2627922. OLE color: 2627922.

HSL color Cylindrical-coordinate representation of color #521928: hue angle of 344.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521928 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB822540-
CMYK00.700.510.68
HSL344.21º53.27%20.98%-
HSV(B)344.21º69.51%32.16%-
XYZ4.212.642.3-
YUV43.75125.88155.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=55.78%
G=17.01%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82254000.700.510.68344.2153.2720.98
Hex52192804633441583515
Octal12231500106631045306525
Binary10100101100110100001000110110011100010010101100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521928; }

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

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

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

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

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

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

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

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