#461156

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

Shades of Scarlet Gum #461156

Tints of Scarlet Gum #461156

Color information

#461156 (or 0x461156) is unknown color: approx Scarlet Gum. HEX triplet: 46, 11 and 56. RGB value is (70,17,86). Sum of RGB (Red+Green+Blue) = 70+17+86=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #461156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461156 is #B9EEA9. Grayscale: #282828. Windows color (decimal): -12185258 or 5640518. OLE color: 5640518.

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

Color convert

RGB701786-
CMYK0.190.8000.66
HSL286.09º66.99%20.2%-
HSV(B)286.09º80.23%33.73%-
XYZ4.412.379.03-
YUV40.71153.56148.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=40.46%
G=9.83%
B=49.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7017860.190.8000.66286.0966.9920.2
Hex461156135004211e4314
Octal1062112623120010243610324
Binary100011010001101011010011101000001000010100011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461156; }

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

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

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

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

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

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

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

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