#541416

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

Shades of Burnt Crimson #541416

Tints of Burnt Crimson #541416

Color information

#541416 (or 0x541416) is unknown color: approx Burnt Crimson. HEX triplet: 54, 14 and 16. RGB value is (84,20,22). Sum of RGB (Red+Green+Blue) = 84+20+22=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541416 is #ABEBE9. Grayscale: #272727. Windows color (decimal): -11267050 or 1446996. OLE color: 1446996.

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

Color convert

RGB842022-
CMYK00.760.740.67
HSL358.12º61.54%20.39%-
HSV(B)358.12º76.19%32.94%-
XYZ4.052.441.02-
YUV39.36118.2159.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=66.67%
G=15.87%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84202200.760.740.67358.1261.5420.39
Hex54141604C4A431663e14
Octal124242601141121035467624
Binary10101001010010110010011001001010100001110110011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541416; }

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

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

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

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

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

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

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

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