#421756

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

Shades of Scarlet Gum #421756

Tints of Scarlet Gum #421756

Color information

#421756 (or 0x421756) is unknown color: approx Scarlet Gum. HEX triplet: 42, 17 and 56. RGB value is (66,23,86). Sum of RGB (Red+Green+Blue) = 66+23+86=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #421756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421756 is #BDE8A9. Grayscale: #2A2A2A. Windows color (decimal): -12445866 or 5642050. OLE color: 5642050.

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

Color convert

RGB662386-
CMYK0.230.7300.66
HSL280.95º57.8%21.37%-
HSV(B)280.95º73.26%33.73%-
XYZ4.232.449.05-
YUV43.04152.25144.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=37.71%
G=13.14%
B=49.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6623860.230.7300.66280.9557.821.37
Hex42175617490421193a15
Octal102271262711101024317225
Binary10000101011110101101011110010010100001010001100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421756; }

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

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

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

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

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

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

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

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