#541D34

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

Shades of Black Rose #541D34

Tints of Black Rose #541D34

Color information

#541D34 (or 0x541D34) is unknown color: approx Black Rose. HEX triplet: 54, 1D and 34. RGB value is (84,29,52). Sum of RGB (Red+Green+Blue) = 84+29+52=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D34 is #ABE2CB. Grayscale: #303030. Windows color (decimal): -11264716 or 3415380. OLE color: 3415380.

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

Color convert

RGB842952-
CMYK00.650.380.67
HSL334.91º48.67%22.16%-
HSV(B)334.91º65.48%32.94%-
XYZ4.723.013.58-
YUV48.07130.22153.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=50.91%
G=17.58%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84295200.650.380.67334.9148.6722.16
Hex541D34041264314f3116
Octal12435640101461035176126
Binary10101001110111010001000001100110100001110100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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