#461054

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

Shades of Scarlet Gum #461054

Tints of Scarlet Gum #461054

Color information

#461054 (or 0x461054) is unknown color: approx Scarlet Gum. HEX triplet: 46, 10 and 54. RGB value is (70,16,84). Sum of RGB (Red+Green+Blue) = 70+16+84=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #461054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461054 is #B9EFAB. Grayscale: #272727. Windows color (decimal): -12185516 or 5509190. OLE color: 5509190.

HSL color Cylindrical-coordinate representation of color #461054: hue angle of 287.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461054 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB701684-
CMYK0.170.8100.67
HSL287.65º68%19.61%-
HSV(B)287.65º80.95%32.94%-
XYZ4.312.318.61-
YUV39.9152.89149.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 84 (33.20% from 255) = 49.41%
R=41.18%
G=9.41%
B=49.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7016840.170.8100.67287.656819.61
Hex46105411510431204414
Octal1062012421121010344010424
Binary100011010000101010010001101000101000011100100000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461054; }

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

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

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

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

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

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

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

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