#541C2E

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

Shades of Black Rose #541C2E

Tints of Black Rose #541C2E

Color information

#541C2E (or 0x541C2E) is unknown color: approx Black Rose. HEX triplet: 54, 1C and 2E. RGB value is (84,28,46). Sum of RGB (Red+Green+Blue) = 84+28+46=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #541C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C2E is #ABE3D1. Grayscale: #2E2E2E. Windows color (decimal): -11264978 or 3021908. OLE color: 3021908.

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

Color convert

RGB842846-
CMYK00.670.450.67
HSL340.71º50%21.96%-
HSV(B)340.71º66.67%32.94%-
XYZ4.562.912.91-
YUV46.8127.55154.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=53.16%
G=17.72%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84284600.670.450.67340.715021.96
Hex541C2E0432D431553216
Octal12434560103551035256226
Binary10101001110010111001000011101101100001110101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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