#521B28

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

Shades of Bordeaux #521B28

Tints of Bordeaux #521B28

Color information

#521B28 (or 0x521B28) is unknown color: approx Bordeaux. HEX triplet: 52, 1B and 28. RGB value is (82,27,40). Sum of RGB (Red+Green+Blue) = 82+27+40=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #521B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B28 is #ADE4D7. Grayscale: #2C2C2C. Windows color (decimal): -11396312 or 2628434. OLE color: 2628434.

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

Color convert

RGB822740-
CMYK00.670.510.68
HSL345.82º50.46%21.37%-
HSV(B)345.82º67.07%32.16%-
XYZ4.252.732.31-
YUV44.93125.22154.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=55.03%
G=18.12%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82274000.670.510.68345.8250.4621.37
Hex521B28043334415a3215
Octal12233500103631045326225
Binary10100101101110100001000011110011100010010101101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B28; }

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

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

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

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

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

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

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

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