#541F2F

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

Shades of Black Rose #541F2F

Tints of Black Rose #541F2F

Color information

#541F2F (or 0x541F2F) is unknown color: approx Black Rose. HEX triplet: 54, 1F and 2F. RGB value is (84,31,47). Sum of RGB (Red+Green+Blue) = 84+31+47=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #541F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F2F is #ABE0D0. Grayscale: #303030. Windows color (decimal): -11264209 or 3088212. OLE color: 3088212.

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

Color convert

RGB843147-
CMYK00.630.440.67
HSL341.89º46.09%22.55%-
HSV(B)341.89º63.1%32.94%-
XYZ4.663.073.04-
YUV48.67127.06153.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=51.85%
G=19.14%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84314700.630.440.67341.8946.0922.55
Hex541F2F03F2C431562e17
Octal1243757077541035265627
Binary1010100111111011110111111101100100001110101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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