#541315

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

Shades of Burnt Crimson #541315

Tints of Burnt Crimson #541315

Color information

#541315 (or 0x541315) is unknown color: approx Burnt Crimson. HEX triplet: 54, 13 and 15. RGB value is (84,19,21). Sum of RGB (Red+Green+Blue) = 84+19+21=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541315 is #ABECEA. Grayscale: #262626. Windows color (decimal): -11267307 or 1381204. OLE color: 1381204.

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

Color convert

RGB841921-
CMYK00.770.750.67
HSL358.15º63.11%20.2%-
HSV(B)358.15º77.38%32.94%-
XYZ4.022.40.96-
YUV38.66118.03160.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=67.74%
G=15.32%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84192100.770.750.67358.1563.1120.2
Hex54131504D4B431663f14
Octal124232501151131035467724
Binary10101001001110101010011011001011100001110110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541315; }

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

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

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

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

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

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

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

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