#501021

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

Shades of Bordeaux #501021

Tints of Bordeaux #501021

Color information

#501021 (or 0x501021) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 21. RGB value is (80,16,33). Sum of RGB (Red+Green+Blue) = 80+16+33=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501021 is #AFEFDE. Grayscale: #252525. Windows color (decimal): -11530207 or 2166864. OLE color: 2166864.

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

Color convert

RGB801633-
CMYK00.800.590.69
HSL344.06º66.67%18.82%-
HSV(B)344.06º80%31.37%-
XYZ3.772.191.66-
YUV37.07125.7158.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=62.02%
G=12.40%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80163300.800.590.69344.0666.6718.82
Hex5010210503B451584313
Octal120204101207310553010323
Binary101000010000100001010100001110111000101101011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501021; }

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

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

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

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

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

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

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

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