#541216

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

Shades of Burnt Crimson #541216

Tints of Burnt Crimson #541216

Color information

#541216 (or 0x541216) is unknown color: approx Burnt Crimson. HEX triplet: 54, 12 and 16. RGB value is (84,18,22). Sum of RGB (Red+Green+Blue) = 84+18+22=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541216 is #ABEDE9. Grayscale: #262626. Windows color (decimal): -11267562 or 1446484. OLE color: 1446484.

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

Color convert

RGB841822-
CMYK00.790.740.67
HSL356.36º64.71%20%-
HSV(B)356.36º78.57%32.94%-
XYZ4.022.381.01-
YUV38.19118.87160.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=67.74%
G=14.52%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182200.790.740.67356.3664.7120
Hex54121604F4A431644114
Octal1242226011711210354410124
Binary101010010010101100100111110010101000011101100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541216; }

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

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

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

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

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

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

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

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