#541E36

Color #541E36 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #541E36

Tints of Black Rose #541E36

Color information

#541E36 (or 0x541E36) is unknown color: approx Black Rose. HEX triplet: 54, 1E and 36. RGB value is (84,30,54). Sum of RGB (Red+Green+Blue) = 84+30+54=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #541E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E36 is #ABE1C9. Grayscale: #303030. Windows color (decimal): -11264458 or 3546708. OLE color: 3546708.

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

Color convert

RGB843054-
CMYK00.640.360.67
HSL333.33º47.37%22.35%-
HSV(B)333.33º64.29%32.94%-
XYZ4.793.083.83-
YUV48.88130.89153.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=50%
G=17.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84305400.640.360.67333.3347.3722.35
Hex541E36040244314d2f16
Octal12436660100441035155726
Binary10101001111011011001000000100100100001110100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,54); }

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

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

 a { background-color: rgb(84,30,54); }

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

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

 span { border-color: rgb(84,30,54); }

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