#541D6A

Color #541D6A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #541D6A

Tints of Scarlet Gum #541D6A

Color information

#541D6A (or 0x541D6A) is unknown color: approx Scarlet Gum. HEX triplet: 54, 1D and 6A. RGB value is (84,29,106). Sum of RGB (Red+Green+Blue) = 84+29+106=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #541D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D6A is #ABE295. Grayscale: #353535. Windows color (decimal): -11264662 or 6954324. OLE color: 6954324.

HSL color Cylindrical-coordinate representation of color #541D6A: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541D6A is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8429106-
CMYK0.210.7300.58
HSL282.86º57.04%26.47%-
HSV(B)282.86º72.64%41.57%-
XYZ6.73.814.02-
YUV54.22157.22149.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=38.36%
G=13.24%
B=48.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84291060.210.7300.58282.8657.0426.47
Hex541D6A154903A11b391a
Octal12435152251110724337132
Binary1010100111011101010101011001001011101010001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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