#422154

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

Shades of Scarlet Gum #422154

Tints of Scarlet Gum #422154

Color information

#422154 (or 0x422154) is unknown color: approx Scarlet Gum. HEX triplet: 42, 21 and 54. RGB value is (66,33,84). Sum of RGB (Red+Green+Blue) = 66+33+84=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #422154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422154 is #BDDEAB. Grayscale: #303030. Windows color (decimal): -12443308 or 5513538. OLE color: 5513538.

HSL color Cylindrical-coordinate representation of color #422154: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422154 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB663384-
CMYK0.210.6100.67
HSL278.82º43.59%22.94%-
HSV(B)278.82º60.71%32.94%-
XYZ4.392.898.71-
YUV48.68147.93140.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=36.07%
G=18.03%
B=45.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6633840.210.6100.67278.8243.5922.94
Hex422154153D0431172c17
Octal10241124257501034275427
Binary10000101000011010100101011111010100001110001011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422154; }

 p { color: rgb(66,33,84); }

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

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

 a { background-color: rgb(66,33,84); }

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

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

 span { border-color: rgb(66,33,84); }

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