#541012

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

Shades of Burnt Crimson #541012

Tints of Burnt Crimson #541012

Color information

#541012 (or 0x541012) is unknown color: approx Burnt Crimson. HEX triplet: 54, 10 and 12. RGB value is (84,16,18). Sum of RGB (Red+Green+Blue) = 84+16+18=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #541012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541012 is #ABEFED. Grayscale: #242424. Windows color (decimal): -11268078 or 1183828. OLE color: 1183828.

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

Color convert

RGB841618-
CMYK00.810.790.67
HSL358.24º68%19.61%-
HSV(B)358.24º80.95%32.94%-
XYZ3.952.30.81-
YUV36.56117.53161.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=71.19%
G=13.56%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84161800.810.790.67358.246819.61
Hex5410120514F431664414
Octal1242022012111710354610424
Binary101010010000100100101000110011111000011101100110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541012; }

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

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

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

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

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

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

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

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