#541415

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

Shades of Burnt Crimson #541415

Tints of Burnt Crimson #541415

Color information

#541415 (or 0x541415) is unknown color: approx Burnt Crimson. HEX triplet: 54, 14 and 15. RGB value is (84,20,21). Sum of RGB (Red+Green+Blue) = 84+20+21=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541415 is #ABEBEA. Grayscale: #272727. Windows color (decimal): -11267051 or 1381460. OLE color: 1381460.

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

Color convert

RGB842021-
CMYK00.760.750.67
HSL359.06º61.54%20.39%-
HSV(B)359.06º76.19%32.94%-
XYZ4.042.440.97-
YUV39.25117.7159.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=67.2%
G=16%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84202100.760.750.67359.0661.5420.39
Hex54141504C4B431673e14
Octal124242501141131035477624
Binary10101001010010101010011001001011100001110110011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541415; }

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

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

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

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

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

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

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

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