#461056

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

Shades of Scarlet Gum #461056

Tints of Scarlet Gum #461056

Color information

#461056 (or 0x461056) is unknown color: approx Scarlet Gum. HEX triplet: 46, 10 and 56. RGB value is (70,16,86). Sum of RGB (Red+Green+Blue) = 70+16+86=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 16 (6.64% from 255 or 9.30% 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 #461056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461056 is #B9EFA9. Grayscale: #272727. Windows color (decimal): -12185514 or 5640262. OLE color: 5640262.

HSL color Cylindrical-coordinate representation of color #461056: hue angle of 286.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461056 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB701686-
CMYK0.190.8100.66
HSL286.29º68.63%20%-
HSV(B)286.29º81.4%33.73%-
XYZ4.392.349.03-
YUV40.13153.89149.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 86 (33.98% from 255) = 50%
R=40.70%
G=9.30%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7016860.190.8100.66286.2968.6320
Hex461056135104211e4514
Octal1062012623121010243610524
Binary100011010000101011010011101000101000010100011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461056; }

 p { color: rgb(70,16,86); }

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

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

 a { background-color: rgb(70,16,86); }

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

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

 span { border-color: rgb(70,16,86); }

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