#542B62

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

Shades of Scarlet Gum #542B62

Tints of Scarlet Gum #542B62

Color information

#542B62 (or 0x542B62) is unknown color: approx Scarlet Gum. HEX triplet: 54, 2B and 62. RGB value is (84,43,98). Sum of RGB (Red+Green+Blue) = 84+43+98=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #542B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B62 is #ABD49D. Grayscale: #3D3D3D. Windows color (decimal): -11261086 or 6433620. OLE color: 6433620.

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

Color convert

RGB844398-
CMYK0.140.5600.62
HSL284.73º39.01%27.65%-
HSV(B)284.73º56.12%38.43%-
XYZ6.724.4912.07-
YUV61.53148.58144.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=37.33%
G=19.11%
B=43.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8443980.140.5600.62284.7339.0127.65
Hex542B62E3803E11d271c
Octal1245314216700764354734
Binary101010010101111000101110111000011111010001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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