#521B22

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

Shades of Bordeaux #521B22

Tints of Bordeaux #521B22

Color information

#521B22 (or 0x521B22) is unknown color: approx Bordeaux. HEX triplet: 52, 1B and 22. RGB value is (82,27,34). Sum of RGB (Red+Green+Blue) = 82+27+34=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B22 is #ADE4DD. Grayscale: #2C2C2C. Windows color (decimal): -11396318 or 2235218. OLE color: 2235218.

HSL color Cylindrical-coordinate representation of color #521B22: hue angle of 352.36º 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 #521B22 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB822734-
CMYK00.670.590.68
HSL352.36º50.46%21.37%-
HSV(B)352.36º67.07%32.16%-
XYZ4.162.691.81-
YUV44.24122.22154.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=57.34%
G=18.88%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82273400.670.590.68352.3650.4621.37
Hex521B220433B441603215
Octal12233420103731045406225
Binary10100101101110001001000011111011100010010110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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