#541214

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

Shades of Burnt Crimson #541214

Tints of Burnt Crimson #541214

Color information

#541214 (or 0x541214) is unknown color: approx Burnt Crimson. HEX triplet: 54, 12 and 14. RGB value is (84,18,20). Sum of RGB (Red+Green+Blue) = 84+18+20=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541214 is #ABEDEB. Grayscale: #262626. Windows color (decimal): -11267564 or 1315412. OLE color: 1315412.

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

Color convert

RGB841820-
CMYK00.790.760.67
HSL358.18º64.71%20%-
HSV(B)358.18º78.57%32.94%-
XYZ42.370.91-
YUV37.96117.87160.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.85%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=68.85%
G=14.75%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182000.790.760.67358.1864.7120
Hex54121404F4C431664114
Octal1242224011711410354610124
Binary101010010010101000100111110011001000011101100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541214; }

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

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

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

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

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

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

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

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