#42204D

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

Shades of Scarlet Gum #42204D

Tints of Scarlet Gum #42204D

Color information

#42204D (or 0x42204D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 4D. RGB value is (66,32,77). Sum of RGB (Red+Green+Blue) = 66+32+77=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #42204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42204D is #BDDFB2. Grayscale: #2F2F2F. Windows color (decimal): -12443571 or 5054530. OLE color: 5054530.

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

Color convert

RGB663277-
CMYK0.140.5800.70
HSL285.33º41.28%21.37%-
HSV(B)285.33º58.44%30.2%-
XYZ4.12.737.33-
YUV47.3144.76141.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 77 (30.47% from 255) = 44%
R=37.71%
G=18.29%
B=44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6632770.140.5800.70285.3341.2821.37
Hex42204DE3A04611d2915
Octal10240115167201064355125
Binary1000010100000100110111101110100100011010001110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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