#541D31

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

Shades of Black Rose #541D31

Tints of Black Rose #541D31

Color information

#541D31 (or 0x541D31) is unknown color: approx Black Rose. HEX triplet: 54, 1D and 31. RGB value is (84,29,49). Sum of RGB (Red+Green+Blue) = 84+29+49=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #541D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D31 is #ABE2CE. Grayscale: #2F2F2F. Windows color (decimal): -11264719 or 3218772. OLE color: 3218772.

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

Color convert

RGB842949-
CMYK00.650.420.67
HSL338.18º48.67%22.16%-
HSV(B)338.18º65.48%32.94%-
XYZ4.652.993.24-
YUV47.72128.72153.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=51.85%
G=17.90%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84294900.650.420.67338.1848.6722.16
Hex541D310412A431523116
Octal12435610101521035226126
Binary10101001110111000101000001101010100001110101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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