#42224C

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

Shades of Scarlet Gum #42224C

Tints of Scarlet Gum #42224C

Color information

#42224C (or 0x42224C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 4C. RGB value is (66,34,76). Sum of RGB (Red+Green+Blue) = 66+34+76=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #42224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42224C is #BDDDB3. Grayscale: #303030. Windows color (decimal): -12443060 or 4989506. OLE color: 4989506.

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

Color convert

RGB663476-
CMYK0.130.5500.70
HSL285.71º38.18%21.57%-
HSV(B)285.71º55.26%29.8%-
XYZ4.122.827.17-
YUV48.36143.6140.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=37.5%
G=19.32%
B=43.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6634760.130.5500.70285.7138.1821.57
Hex42224CD3704611e2616
Octal10242114156701064364626
Binary1000010100010100110011011101110100011010001111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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