#42224D

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

Shades of Scarlet Gum #42224D

Tints of Scarlet Gum #42224D

Color information

#42224D (or 0x42224D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 4D. RGB value is (66,34,77). Sum of RGB (Red+Green+Blue) = 66+34+77=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #42224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42224D is #BDDDB2. Grayscale: #303030. Windows color (decimal): -12443059 or 5055042. OLE color: 5055042.

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

Color convert

RGB663477-
CMYK0.140.5600.70
HSL284.65º38.74%21.76%-
HSV(B)284.65º55.84%30.2%-
XYZ4.162.847.35-
YUV48.47144.1140.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=37.29%
G=19.21%
B=43.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6634770.140.5600.70284.6538.7421.76
Hex42224DE3804611d2716
Octal10242115167001064354726
Binary1000010100010100110111101110000100011010001110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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