#541417

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

Shades of Burnt Crimson #541417

Tints of Burnt Crimson #541417

Color information

#541417 (or 0x541417) is unknown color: approx Burnt Crimson. HEX triplet: 54, 14 and 17. RGB value is (84,20,23). Sum of RGB (Red+Green+Blue) = 84+20+23=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541417 is #ABEBE8. Grayscale: #272727. Windows color (decimal): -11267049 or 1512532. OLE color: 1512532.

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

Color convert

RGB842023-
CMYK00.760.730.67
HSL357.19º61.54%20.39%-
HSV(B)357.19º76.19%32.94%-
XYZ4.062.451.07-
YUV39.48118.7159.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=66.14%
G=15.75%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84202300.760.730.67357.1961.5420.39
Hex54141704C49431653e14
Octal124242701141111035457624
Binary10101001010010111010011001001001100001110110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541417; }

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

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

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

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

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

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

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

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