#421656

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

Shades of Scarlet Gum #421656

Tints of Scarlet Gum #421656

Color information

#421656 (or 0x421656) is unknown color: approx Scarlet Gum. HEX triplet: 42, 16 and 56. RGB value is (66,22,86). Sum of RGB (Red+Green+Blue) = 66+22+86=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #421656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421656 is #BDE9A9. Grayscale: #2A2A2A. Windows color (decimal): -12446122 or 5641794. OLE color: 5641794.

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

Color convert

RGB662286-
CMYK0.230.7400.66
HSL281.25º59.26%21.18%-
HSV(B)281.25º74.42%33.73%-
XYZ4.212.49.05-
YUV42.45152.58144.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=37.93%
G=12.64%
B=49.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6622860.230.7400.66281.2559.2621.18
Hex421656174A0421193b15
Octal102261262711201024317325
Binary10000101011010101101011110010100100001010001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421656; }

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

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

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

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

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

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

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

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