#541962

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

Shades of Scarlet Gum #541962

Tints of Scarlet Gum #541962

Color information

#541962 (or 0x541962) is unknown color: approx Scarlet Gum. HEX triplet: 54, 19 and 62. RGB value is (84,25,98). Sum of RGB (Red+Green+Blue) = 84+25+98=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #541962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541962 is #ABE69D. Grayscale: #323232. Windows color (decimal): -11265694 or 6429012. OLE color: 6429012.

HSL color Cylindrical-coordinate representation of color #541962: hue angle of 288.49º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541962 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB842598-
CMYK0.140.7400.62
HSL288.49º59.35%24.12%-
HSV(B)288.49º74.49%38.43%-
XYZ6.213.4611.9-
YUV50.96154.55151.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=40.58%
G=12.08%
B=47.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8425980.140.7400.62288.4959.3524.12
Hex541962E4A03E1203b18
Octal12431142161120764407330
Binary101010011001110001011101001010011111010010000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541962; }

 p { color: rgb(84,25,98); }

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

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

 a { background-color: rgb(84,25,98); }

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

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

 span { border-color: rgb(84,25,98); }

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