#541968

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

Shades of Scarlet Gum #541968

Tints of Scarlet Gum #541968

Color information

#541968 (or 0x541968) is unknown color: approx Scarlet Gum. HEX triplet: 54, 19 and 68. RGB value is (84,25,104). Sum of RGB (Red+Green+Blue) = 84+25+104=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #541968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541968 is #ABE697. Grayscale: #333333. Windows color (decimal): -11265688 or 6822228. OLE color: 6822228.

HSL color Cylindrical-coordinate representation of color #541968: hue angle of 284.81º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541968 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8425104-
CMYK0.190.7600.59
HSL284.81º61.24%25.29%-
HSV(B)284.81º75.96%40.78%-
XYZ6.53.5813.44-
YUV51.65157.55151.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=39.44%
G=11.74%
B=48.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84251040.190.7600.59284.8161.2425.29
Hex541968134C03B11d3d19
Octal12431150231140734357531
Binary1010100110011101000100111001100011101110001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541968; }

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

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

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

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

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

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

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

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