#461060

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

Shades of Scarlet Gum #461060

Tints of Scarlet Gum #461060

Color information

#461060 (or 0x461060) is unknown color: approx Scarlet Gum. HEX triplet: 46, 10 and 60. RGB value is (70,16,96). Sum of RGB (Red+Green+Blue) = 70+16+96=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #461060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461060 is #B9EF9F. Grayscale: #292929. Windows color (decimal): -12185504 or 6295622. OLE color: 6295622.

HSL color Cylindrical-coordinate representation of color #461060: hue angle of 280.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461060 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB701696-
CMYK0.270.8300.62
HSL280.5º71.43%21.96%-
HSV(B)280.5º83.33%37.65%-
XYZ4.822.5211.3-
YUV41.27158.89148.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=38.46%
G=8.79%
B=52.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7016960.270.8300.62280.571.4321.96
Hex4610601B5303E1184716
Octal106201403312307643010726
Binary10001101000011000001101110100110111110100011000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461060; }

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

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

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

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

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

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

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

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