#42154E

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

Shades of Scarlet Gum #42154E

Tints of Scarlet Gum #42154E

Color information

#42154E (or 0x42154E) is unknown color: approx Scarlet Gum. HEX triplet: 42, 15 and 4E. RGB value is (66,21,78). Sum of RGB (Red+Green+Blue) = 66+21+78=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #42154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42154E is #BDEAB1. Grayscale: #282828. Windows color (decimal): -12446386 or 5117250. OLE color: 5117250.

HSL color Cylindrical-coordinate representation of color #42154E: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42154E is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB662178-
CMYK0.150.7300.69
HSL287.37º57.58%19.41%-
HSV(B)287.37º73.08%30.59%-
XYZ3.892.247.44-
YUV40.95148.91145.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=40%
G=12.73%
B=47.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6621780.150.7300.69287.3757.5819.41
Hex42154EF4904511f3a13
Octal102251161711101054377223
Binary1000010101011001110111110010010100010110001111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42154E; }

 p { color: rgb(66,21,78); }

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

<style>
 a { background-color: #42154E; }

 a { background-color: rgb(66,21,78); }

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

<style>
 span { border-color: #42154E; }

 span { border-color: rgb(66,21,78); }

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