#541F25

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

Shades of Burnt Crimson #541F25

Tints of Burnt Crimson #541F25

Color information

#541F25 (or 0x541F25) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1F and 25. RGB value is (84,31,37). Sum of RGB (Red+Green+Blue) = 84+31+37=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #541F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F25 is #ABE0DA. Grayscale: #2F2F2F. Windows color (decimal): -11264219 or 2432852. OLE color: 2432852.

HSL color Cylindrical-coordinate representation of color #541F25: hue angle of 353.21º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F25 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB843137-
CMYK00.630.560.67
HSL353.21º46.09%22.55%-
HSV(B)353.21º63.1%32.94%-
XYZ4.4832.09-
YUV47.53122.06154.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=55.26%
G=20.39%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84313700.630.560.67353.2146.0922.55
Hex541F2503F38431612e17
Octal1243745077701035415627
Binary1010100111111001010111111111000100001110110000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541F25; }

 p { color: rgb(84,31,37); }

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

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

 a { background-color: rgb(84,31,37); }

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

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

 span { border-color: rgb(84,31,37); }

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