#541F37

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

Shades of Black Rose #541F37

Tints of Black Rose #541F37

Color information

#541F37 (or 0x541F37) is unknown color: approx Black Rose. HEX triplet: 54, 1F and 37. RGB value is (84,31,55). Sum of RGB (Red+Green+Blue) = 84+31+55=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #541F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F37 is #ABE0C8. Grayscale: #313131. Windows color (decimal): -11264201 or 3612500. OLE color: 3612500.

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

Color convert

RGB843155-
CMYK00.630.350.67
HSL332.83º46.09%22.55%-
HSV(B)332.83º63.1%32.94%-
XYZ4.843.143.97-
YUV49.58131.06152.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=49.41%
G=18.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84315500.630.350.67332.8346.0922.55
Hex541F3703F234314d2e17
Octal1243767077431035155627
Binary1010100111111101110111111100011100001110100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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