#541D33

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

Shades of Black Rose #541D33

Tints of Black Rose #541D33

Color information

#541D33 (or 0x541D33) is unknown color: approx Black Rose. HEX triplet: 54, 1D and 33. RGB value is (84,29,51). Sum of RGB (Red+Green+Blue) = 84+29+51=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #541D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D33 is #ABE2CC. Grayscale: #2F2F2F. Windows color (decimal): -11264717 or 3349844. OLE color: 3349844.

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

Color convert

RGB842951-
CMYK00.650.390.67
HSL336º48.67%22.16%-
HSV(B)336º65.48%32.94%-
XYZ4.6933.46-
YUV47.95129.72153.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=51.22%
G=17.68%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84295100.650.390.6733648.6722.16
Hex541D3304127431503116
Octal12435630101471035206126
Binary10101001110111001101000001100111100001110101000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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