#461154

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

Shades of Scarlet Gum #461154

Tints of Scarlet Gum #461154

Color information

#461154 (or 0x461154) is unknown color: approx Scarlet Gum. HEX triplet: 46, 11 and 54. RGB value is (70,17,84). Sum of RGB (Red+Green+Blue) = 70+17+84=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #461154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461154 is #B9EEAB. Grayscale: #282828. Windows color (decimal): -12185260 or 5509446. OLE color: 5509446.

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

Color convert

RGB701784-
CMYK0.170.8000.67
HSL287.46º66.34%19.8%-
HSV(B)287.46º79.76%32.94%-
XYZ4.332.348.61-
YUV40.48152.56149.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=40.94%
G=9.94%
B=49.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7017840.170.8000.67287.4666.3419.8
Hex461154115004311f4214
Octal1062112421120010343710224
Binary100011010001101010010001101000001000011100011111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461154; }

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

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

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

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

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

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

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

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