#541F36

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

Shades of Black Rose #541F36

Tints of Black Rose #541F36

Color information

#541F36 (or 0x541F36) is unknown color: approx Black Rose. HEX triplet: 54, 1F and 36. RGB value is (84,31,54). Sum of RGB (Red+Green+Blue) = 84+31+54=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #541F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F36 is #ABE0C9. Grayscale: #313131. Windows color (decimal): -11264202 or 3546964. OLE color: 3546964.

HSL color Cylindrical-coordinate representation of color #541F36: hue angle of 333.96º 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 #541F36 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB843154-
CMYK00.630.360.67
HSL333.96º46.09%22.55%-
HSV(B)333.96º63.1%32.94%-
XYZ4.813.133.84-
YUV49.47130.56152.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=49.70%
G=18.34%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84315400.630.360.67333.9646.0922.55
Hex541F3603F244314e2e17
Octal1243766077441035165627
Binary1010100111111101100111111100100100001110100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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