#542C62

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

Shades of Scarlet Gum #542C62

Tints of Scarlet Gum #542C62

Color information

#542C62 (or 0x542C62) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2C and 62. RGB value is (84,44,98). Sum of RGB (Red+Green+Blue) = 84+44+98=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #542C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C62 is #ABD39D. Grayscale: #3D3D3D. Windows color (decimal): -11260830 or 6433876. OLE color: 6433876.

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

Color convert

RGB844498-
CMYK0.140.5500.62
HSL284.44º38.03%27.84%-
HSV(B)284.44º55.1%38.43%-
XYZ6.764.5712.08-
YUV62.12148.25143.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=37.17%
G=19.47%
B=43.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8444980.140.5500.62284.4438.0327.84
Hex542C62E3703E11c261c
Octal1245414216670764344634
Binary101010010110011000101110110111011111010001110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C62; }

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

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

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

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

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

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

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

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