#42224E

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

Shades of Scarlet Gum #42224E

Tints of Scarlet Gum #42224E

Color information

#42224E (or 0x42224E) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 4E. RGB value is (66,34,78). Sum of RGB (Red+Green+Blue) = 66+34+78=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #42224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42224E is #BDDDB1. Grayscale: #303030. Windows color (decimal): -12443058 or 5120578. OLE color: 5120578.

HSL color Cylindrical-coordinate representation of color #42224E: hue angle of 283.64º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42224E is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB663478-
CMYK0.150.5600.69
HSL283.64º39.29%21.96%-
HSV(B)283.64º56.41%30.59%-
XYZ4.192.857.54-
YUV48.58144.6140.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=37.08%
G=19.10%
B=43.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6634780.150.5600.69283.6439.2921.96
Hex42224EF3804511c2716
Octal10242116177001054344726
Binary1000010100010100111011111110000100010110001110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42224E; }

 p { color: rgb(66,34,78); }

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

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

 a { background-color: rgb(66,34,78); }

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

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

 span { border-color: rgb(66,34,78); }

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