#501516

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

Shades of Burnt Crimson #501516

Tints of Burnt Crimson #501516

Color information

#501516 (or 0x501516) is unknown color: approx Burnt Crimson. HEX triplet: 50, 15 and 16. RGB value is (80,21,22). Sum of RGB (Red+Green+Blue) = 80+21+22=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501516 is #AFEAE9. Grayscale: #262626. Windows color (decimal): -11528938 or 1447248. OLE color: 1447248.

HSL color Cylindrical-coordinate representation of color #501516: hue angle of 358.98º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501516 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB802122-
CMYK00.740.720.69
HSL358.98º58.42%19.8%-
HSV(B)358.98º73.75%31.37%-
XYZ3.722.31.01-
YUV38.76118.55157.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=65.04%
G=17.07%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80212200.740.720.69358.9858.4219.8
Hex50151604A48451673a14
Octal120252601121101055477224
Binary10100001010110110010010101001000100010110110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501516; }

 p { color: rgb(80,21,22); }

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

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

 a { background-color: rgb(80,21,22); }

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

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

 span { border-color: rgb(80,21,22); }

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