#542867

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

Shades of Scarlet Gum #542867

Tints of Scarlet Gum #542867

Color information

#542867 (or 0x542867) is unknown color: approx Scarlet Gum. HEX triplet: 54, 28 and 67. RGB value is (84,40,103). Sum of RGB (Red+Green+Blue) = 84+40+103=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #542867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542867 is #ABD798. Grayscale: #3C3C3C. Windows color (decimal): -11261849 or 6760532. OLE color: 6760532.

HSL color Cylindrical-coordinate representation of color #542867: hue angle of 281.9º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542867 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8440103-
CMYK0.180.6100.60
HSL281.9º44.06%28.04%-
HSV(B)281.9º61.17%40.39%-
XYZ6.864.3813.32-
YUV60.34152.08144.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=37.00%
G=17.62%
B=45.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84401030.180.6100.60281.944.0628.04
Hex542867123D03C11a2c1c
Octal1245014722750744325434
Binary1010100101000110011110010111101011110010001101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542867; }

 p { color: rgb(84,40,103); }

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

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

 a { background-color: rgb(84,40,103); }

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

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

 span { border-color: rgb(84,40,103); }

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