#541215

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

Shades of Burnt Crimson #541215

Tints of Burnt Crimson #541215

Color information

#541215 (or 0x541215) is unknown color: approx Burnt Crimson. HEX triplet: 54, 12 and 15. RGB value is (84,18,21). Sum of RGB (Red+Green+Blue) = 84+18+21=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541215 is #ABEDEA. Grayscale: #262626. Windows color (decimal): -11267563 or 1380948. OLE color: 1380948.

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

Color convert

RGB841821-
CMYK00.790.750.67
HSL357.27º64.71%20%-
HSV(B)357.27º78.57%32.94%-
XYZ4.012.370.96-
YUV38.08118.37160.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=68.29%
G=14.63%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182100.790.750.67357.2764.7120
Hex54121504F4B431654114
Octal1242225011711310354510124
Binary101010010010101010100111110010111000011101100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541215; }

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

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

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

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

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

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

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

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