#541B1C

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

Shades of Burnt Crimson #541B1C

Tints of Burnt Crimson #541B1C

Color information

#541B1C (or 0x541B1C) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1B and 1C. RGB value is (84,27,28). Sum of RGB (Red+Green+Blue) = 84+27+28=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B1C is #ABE4E3. Grayscale: #2C2C2C. Windows color (decimal): -11265252 or 1842004. OLE color: 1842004.

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

Color convert

RGB842728-
CMYK00.680.670.67
HSL358.95º51.35%21.76%-
HSV(B)358.95º67.86%32.94%-
XYZ4.262.751.41-
YUV44.16118.88156.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=60.43%
G=19.42%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84272800.680.670.67358.9551.3521.76
Hex541B1C04443431673316
Octal124333401041031035476326
Binary10101001101111100010001001000011100001110110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,28); }

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

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

 a { background-color: rgb(84,27,28); }

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

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

 span { border-color: rgb(84,27,28); }

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