#541369

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

Shades of Scarlet Gum #541369

Tints of Scarlet Gum #541369

Color information

#541369 (or 0x541369) is unknown color: approx Scarlet Gum. HEX triplet: 54, 13 and 69. RGB value is (84,19,105). Sum of RGB (Red+Green+Blue) = 84+19+105=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #541369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541369 is #ABEC96. Grayscale: #2F2F2F. Windows color (decimal): -11267223 or 6886228. OLE color: 6886228.

HSL color Cylindrical-coordinate representation of color #541369: hue angle of 285.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541369 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8419105-
CMYK0.200.8200.59
HSL285.35º69.35%24.31%-
HSV(B)285.35º81.9%41.18%-
XYZ6.443.3713.68-
YUV48.24160.03153.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=40.38%
G=9.13%
B=50.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84191050.200.8200.59285.3569.3524.31
Hex541369145203B11d4518
Octal124231512412207343510530
Binary10101001001111010011010010100100111011100011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541369; }

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

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

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

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

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

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

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

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