#521721

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

Shades of Bordeaux #521721

Tints of Bordeaux #521721

Color information

#521721 (or 0x521721) is unknown color: approx Bordeaux. HEX triplet: 52, 17 and 21. RGB value is (82,23,33). Sum of RGB (Red+Green+Blue) = 82+23+33=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521721 is #ADE8DE. Grayscale: #292929. Windows color (decimal): -11397343 or 2168658. OLE color: 2168658.

HSL color Cylindrical-coordinate representation of color #521721: hue angle of 349.83º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521721 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB822333-
CMYK00.720.600.68
HSL349.83º56.19%20.59%-
HSV(B)349.83º71.95%32.16%-
XYZ4.062.521.71-
YUV41.78123.05156.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=59.42%
G=16.67%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82233300.720.600.68349.8356.1920.59
Hex5217210483C4415e3815
Octal12227410110741045367025
Binary10100101011110000101001000111100100010010101111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521721; }

 p { color: rgb(82,23,33); }

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

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

 a { background-color: rgb(82,23,33); }

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

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

 span { border-color: rgb(82,23,33); }

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