#541363

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

Shades of Scarlet Gum #541363

Tints of Scarlet Gum #541363

Color information

#541363 (or 0x541363) is unknown color: approx Scarlet Gum. HEX triplet: 54, 13 and 63. RGB value is (84,19,99). Sum of RGB (Red+Green+Blue) = 84+19+99=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #541363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541363 is #ABEC9C. Grayscale: #2F2F2F. Windows color (decimal): -11267229 or 6493012. OLE color: 6493012.

HSL color Cylindrical-coordinate representation of color #541363: hue angle of 288.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541363 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB841999-
CMYK0.150.8100.61
HSL288.75º67.8%23.14%-
HSV(B)288.75º80.81%38.82%-
XYZ6.143.2512.11-
YUV47.56157.03154-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=41.58%
G=9.41%
B=49.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8419990.150.8100.61288.7567.823.14
Hex541363F5103D1214417
Octal124231431712107544110427
Binary1010100100111100011111110100010111101100100001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541363; }

 p { color: rgb(84,19,99); }

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

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

 a { background-color: rgb(84,19,99); }

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

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

 span { border-color: rgb(84,19,99); }

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