#541E34

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

Shades of Black Rose #541E34

Tints of Black Rose #541E34

Color information

#541E34 (or 0x541E34) is unknown color: approx Black Rose. HEX triplet: 54, 1E and 34. RGB value is (84,30,52). Sum of RGB (Red+Green+Blue) = 84+30+52=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #541E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E34 is #ABE1CB. Grayscale: #303030. Windows color (decimal): -11264460 or 3415636. OLE color: 3415636.

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

Color convert

RGB843052-
CMYK00.640.380.67
HSL335.56º47.37%22.35%-
HSV(B)335.56º64.29%32.94%-
XYZ4.743.063.59-
YUV48.65129.89153.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=50.60%
G=18.07%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84305200.640.380.67335.5647.3722.35
Hex541E3404026431502f16
Octal12436640100461035205726
Binary10101001111011010001000000100110100001110101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,52); }

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

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

 a { background-color: rgb(84,30,52); }

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

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

 span { border-color: rgb(84,30,52); }

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