#42204C

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

Shades of Scarlet Gum #42204C

Tints of Scarlet Gum #42204C

Color information

#42204C (or 0x42204C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 4C. RGB value is (66,32,76). Sum of RGB (Red+Green+Blue) = 66+32+76=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #42204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42204C is #BDDFB3. Grayscale: #2F2F2F. Windows color (decimal): -12443572 or 4988994. OLE color: 4988994.

HSL color Cylindrical-coordinate representation of color #42204C: hue angle of 286.36º 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 #42204C is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB663276-
CMYK0.130.5800.70
HSL286.36º40.74%21.18%-
HSV(B)286.36º57.89%29.8%-
XYZ4.072.717.15-
YUV47.18144.26141.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=37.93%
G=18.39%
B=43.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6632760.130.5800.70286.3640.7421.18
Hex42204CD3A04611e2915
Octal10240114157201064365125
Binary1000010100000100110011011110100100011010001111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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