#541516

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

Shades of Burnt Crimson #541516

Tints of Burnt Crimson #541516

Color information

#541516 (or 0x541516) is unknown color: approx Burnt Crimson. HEX triplet: 54, 15 and 16. RGB value is (84,21,22). Sum of RGB (Red+Green+Blue) = 84+21+22=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541516 is #ABEAE9. Grayscale: #282828. Windows color (decimal): -11266794 or 1447252. OLE color: 1447252.

HSL color Cylindrical-coordinate representation of color #541516: hue angle of 359.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541516 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB842122-
CMYK00.750.740.67
HSL359.05º60%20.59%-
HSV(B)359.05º75%32.94%-
XYZ4.072.481.02-
YUV39.95117.87159.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=66.14%
G=16.54%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84212200.750.740.67359.056020.59
Hex54151604B4A431673c15
Octal124252601131121035477425
Binary10101001010110110010010111001010100001110110011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541516; }

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

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

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

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

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

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

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

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