#542967

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

Shades of Scarlet Gum #542967

Tints of Scarlet Gum #542967

Color information

#542967 (or 0x542967) is unknown color: approx Scarlet Gum. HEX triplet: 54, 29 and 67. RGB value is (84,41,103). Sum of RGB (Red+Green+Blue) = 84+41+103=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #542967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542967 is #ABD698. Grayscale: #3C3C3C. Windows color (decimal): -11261593 or 6760788. OLE color: 6760788.

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

Color convert

RGB8441103-
CMYK0.180.6000.60
HSL281.61º43.06%28.24%-
HSV(B)281.61º60.19%40.39%-
XYZ6.94.4513.33-
YUV60.92151.75144.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=36.84%
G=17.98%
B=45.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84411030.180.6000.60281.6143.0628.24
Hex542967123C03C11a2b1c
Octal1245114722740744325334
Binary1010100101001110011110010111100011110010001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542967; }

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

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

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

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

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

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

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

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