#541B2E

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

Shades of Black Rose #541B2E

Tints of Black Rose #541B2E

Color information

#541B2E (or 0x541B2E) is unknown color: approx Black Rose. HEX triplet: 54, 1B and 2E. RGB value is (84,27,46). Sum of RGB (Red+Green+Blue) = 84+27+46=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #541B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B2E is #ABE4D1. Grayscale: #2E2E2E. Windows color (decimal): -11265234 or 3021652. OLE color: 3021652.

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

Color convert

RGB842746-
CMYK00.680.450.67
HSL340º51.35%21.76%-
HSV(B)340º67.86%32.94%-
XYZ4.542.872.9-
YUV46.21127.88154.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=53.50%
G=17.20%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84274600.680.450.6734051.3521.76
Hex541B2E0442D431543316
Octal12433560104551035246326
Binary10101001101110111001000100101101100001110101010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,46); }

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

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

 a { background-color: rgb(84,27,46); }

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

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

 span { border-color: rgb(84,27,46); }

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