#521621

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

Shades of Bordeaux #521621

Tints of Bordeaux #521621

Color information

#521621 (or 0x521621) is unknown color: approx Bordeaux. HEX triplet: 52, 16 and 21. RGB value is (82,22,33). Sum of RGB (Red+Green+Blue) = 82+22+33=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521621 is #ADE9DE. Grayscale: #292929. Windows color (decimal): -11397599 or 2168402. OLE color: 2168402.

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

Color convert

RGB822233-
CMYK00.730.600.68
HSL349º57.69%20.39%-
HSV(B)349º73.17%32.16%-
XYZ4.042.481.7-
YUV41.19123.38157.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=59.85%
G=16.06%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82223300.730.600.6834957.6920.39
Hex5216210493C4415d3a14
Octal12226410111741045357224
Binary10100101011010000101001001111100100010010101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521621; }

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

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

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

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

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

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

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

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