#541314

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

Shades of Burnt Crimson #541314

Tints of Burnt Crimson #541314

Color information

#541314 (or 0x541314) is unknown color: approx Burnt Crimson. HEX triplet: 54, 13 and 14. RGB value is (84,19,20). Sum of RGB (Red+Green+Blue) = 84+19+20=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541314 is #ABECEB. Grayscale: #262626. Windows color (decimal): -11267308 or 1315668. OLE color: 1315668.

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

Color convert

RGB841920-
CMYK00.770.760.67
HSL359.08º63.11%20.2%-
HSV(B)359.08º77.38%32.94%-
XYZ4.022.40.91-
YUV38.55117.53160.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=68.29%
G=15.45%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84192000.770.760.67359.0863.1120.2
Hex54131404D4C431673f14
Octal124232401151141035477724
Binary10101001001110100010011011001100100001110110011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541314; }

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

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

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

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

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

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

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

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