#542462

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

Shades of Scarlet Gum #542462

Tints of Scarlet Gum #542462

Color information

#542462 (or 0x542462) is unknown color: approx Scarlet Gum. HEX triplet: 54, 24 and 62. RGB value is (84,36,98). Sum of RGB (Red+Green+Blue) = 84+36+98=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #542462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542462 is #ABDB9D. Grayscale: #393939. Windows color (decimal): -11262878 or 6431828. OLE color: 6431828.

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

Color convert

RGB843698-
CMYK0.140.6300.62
HSL286.45º46.27%26.27%-
HSV(B)286.45º63.27%38.43%-
XYZ6.494.0311.99-
YUV57.42150.9146.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=38.53%
G=16.51%
B=44.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8436980.140.6300.62286.4546.2726.27
Hex542462E3F03E11e2e1a
Octal1244414216770764365632
Binary101010010010011000101110111111011111010001111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542462; }

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

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

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

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

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

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

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

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