#542968

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

Shades of Scarlet Gum #542968

Tints of Scarlet Gum #542968

Color information

#542968 (or 0x542968) is unknown color: approx Scarlet Gum. HEX triplet: 54, 29 and 68. RGB value is (84,41,104). Sum of RGB (Red+Green+Blue) = 84+41+104=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #542968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542968 is #ABD697. Grayscale: #3C3C3C. Windows color (decimal): -11261592 or 6826324. OLE color: 6826324.

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

Color convert

RGB8441104-
CMYK0.190.6100.59
HSL280.95º43.45%28.43%-
HSV(B)280.95º60.58%40.78%-
XYZ6.954.4713.59-
YUV61.04152.25144.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=36.68%
G=17.90%
B=45.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84411040.190.6100.59280.9543.4528.43
Hex542968133D03B1192b1c
Octal1245115023750734315334
Binary1010100101001110100010011111101011101110001100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542968; }

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

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

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

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

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

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

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

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