#541213

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

Shades of Burnt Crimson #541213

Tints of Burnt Crimson #541213

Color information

#541213 (or 0x541213) is unknown color: approx Burnt Crimson. HEX triplet: 54, 12 and 13. RGB value is (84,18,19). Sum of RGB (Red+Green+Blue) = 84+18+19=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541213 is #ABEDEC. Grayscale: #252525. Windows color (decimal): -11267565 or 1249876. OLE color: 1249876.

HSL color Cylindrical-coordinate representation of color #541213: hue angle of 359.09º 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 #541213 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB841819-
CMYK00.790.770.67
HSL359.09º64.71%20%-
HSV(B)359.09º78.57%32.94%-
XYZ3.992.360.86-
YUV37.85117.37160.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=69.42%
G=14.88%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84181900.790.770.67359.0964.7120
Hex54121304F4D431674114
Octal1242223011711510354710124
Binary101010010010100110100111110011011000011101100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541213; }

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

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

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

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

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

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

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

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