#541D30

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

Shades of Black Rose #541D30

Tints of Black Rose #541D30

Color information

#541D30 (or 0x541D30) is unknown color: approx Black Rose. HEX triplet: 54, 1D and 30. RGB value is (84,29,48). Sum of RGB (Red+Green+Blue) = 84+29+48=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #541D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D30 is #ABE2CF. Grayscale: #2F2F2F. Windows color (decimal): -11264720 or 3153236. OLE color: 3153236.

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

Color convert

RGB842948-
CMYK00.650.430.67
HSL339.27º48.67%22.16%-
HSV(B)339.27º65.48%32.94%-
XYZ4.632.983.13-
YUV47.61128.22153.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=52.17%
G=18.01%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84294800.650.430.67339.2748.6722.16
Hex541D300412B431533116
Octal12435600101531035236126
Binary10101001110111000001000001101011100001110101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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