#421456

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

Shades of Scarlet Gum #421456

Tints of Scarlet Gum #421456

Color information

#421456 (or 0x421456) is unknown color: approx Scarlet Gum. HEX triplet: 42, 14 and 56. RGB value is (66,20,86). Sum of RGB (Red+Green+Blue) = 66+20+86=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #421456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421456 is #BDEBA9. Grayscale: #292929. Windows color (decimal): -12446634 or 5641282. OLE color: 5641282.

HSL color Cylindrical-coordinate representation of color #421456: hue angle of 281.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421456 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB662086-
CMYK0.230.7700.66
HSL281.82º62.26%20.78%-
HSV(B)281.82º76.74%33.73%-
XYZ4.182.339.03-
YUV41.28153.24145.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 86 (33.98% from 255) = 50%
R=38.37%
G=11.63%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6620860.230.7700.66281.8262.2620.78
Hex421456174D04211a3e15
Octal102241262711501024327625
Binary10000101010010101101011110011010100001010001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421456; }

 p { color: rgb(66,20,86); }

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

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

 a { background-color: rgb(66,20,86); }

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

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

 span { border-color: rgb(66,20,86); }

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