#541F2C

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

Shades of Black Rose #541F2C

Tints of Black Rose #541F2C

Color information

#541F2C (or 0x541F2C) is unknown color: approx Black Rose. HEX triplet: 54, 1F and 2C. RGB value is (84,31,44). Sum of RGB (Red+Green+Blue) = 84+31+44=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #541F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F2C is #ABE0D3. Grayscale: #303030. Windows color (decimal): -11264212 or 2891604. OLE color: 2891604.

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

Color convert

RGB843144-
CMYK00.630.480.67
HSL345.28º46.09%22.55%-
HSV(B)345.28º63.1%32.94%-
XYZ4.63.052.73-
YUV48.33125.56153.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=52.83%
G=19.50%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84314400.630.480.67345.2846.0922.55
Hex541F2C03F30431592e17
Octal1243754077601035315627
Binary1010100111111011000111111110000100001110101100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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