#42164D

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

Shades of Scarlet Gum #42164D

Tints of Scarlet Gum #42164D

Color information

#42164D (or 0x42164D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 16 and 4D. RGB value is (66,22,77). Sum of RGB (Red+Green+Blue) = 66+22+77=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #42164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42164D is #BDE9B2. Grayscale: #292929. Windows color (decimal): -12446131 or 5051970. OLE color: 5051970.

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

Color convert

RGB662277-
CMYK0.140.7100.70
HSL288º55.56%19.41%-
HSV(B)288º71.43%30.2%-
XYZ3.872.277.25-
YUV41.43148.08145.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=40%
G=13.33%
B=46.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6622770.140.7100.7028855.5619.41
Hex42164DE470461203813
Octal102261151610701064407023
Binary1000010101101001101111010001110100011010010000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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