#42214F

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

Shades of Scarlet Gum #42214F

Tints of Scarlet Gum #42214F

Color information

#42214F (or 0x42214F) is unknown color: approx Scarlet Gum. HEX triplet: 42, 21 and 4F. RGB value is (66,33,79). Sum of RGB (Red+Green+Blue) = 66+33+79=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #42214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42214F is #BDDEB0. Grayscale: #2F2F2F. Windows color (decimal): -12443313 or 5185858. OLE color: 5185858.

HSL color Cylindrical-coordinate representation of color #42214F: hue angle of 283.04º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42214F is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB663379-
CMYK0.160.5800.69
HSL283.04º41.07%21.96%-
HSV(B)283.04º58.23%30.98%-
XYZ4.22.817.72-
YUV48.11145.43140.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=37.08%
G=18.54%
B=44.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6633790.160.5800.69283.0441.0721.96
Hex42214F103A04511b2916
Octal10241117207201054335126
Binary10000101000011001111100001110100100010110001101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42214F; }

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

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

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

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

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

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

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

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