#521021

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

Shades of Bordeaux #521021

Tints of Bordeaux #521021

Color information

#521021 (or 0x521021) is unknown color: approx Bordeaux. HEX triplet: 52, 10 and 21. RGB value is (82,16,33). Sum of RGB (Red+Green+Blue) = 82+16+33=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521021 is #ADEFDE. Grayscale: #252525. Windows color (decimal): -11399135 or 2166866. OLE color: 2166866.

HSL color Cylindrical-coordinate representation of color #521021: hue angle of 344.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521021 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB821633-
CMYK00.800.600.68
HSL344.55º67.35%19.22%-
HSV(B)344.55º80.49%32.16%-
XYZ3.942.271.67-
YUV37.67125.37159.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=62.60%
G=12.21%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82163300.800.600.68344.5567.3519.22
Hex5210210503C441594313
Octal122204101207410453110323
Binary101001010000100001010100001111001000100101011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521021; }

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

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

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

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

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

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

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

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