#461558

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

Shades of Scarlet Gum #461558

Tints of Scarlet Gum #461558

Color information

#461558 (or 0x461558) is unknown color: approx Scarlet Gum. HEX triplet: 46, 15 and 58. RGB value is (70,21,88). Sum of RGB (Red+Green+Blue) = 70+21+88=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #461558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461558 is #B9EAA7. Grayscale: #2B2B2B. Windows color (decimal): -12184232 or 5772614. OLE color: 5772614.

HSL color Cylindrical-coordinate representation of color #461558: hue angle of 283.88º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461558 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB702188-
CMYK0.200.7600.65
HSL283.88º61.47%21.37%-
HSV(B)283.88º76.14%34.51%-
XYZ4.562.549.48-
YUV43.29153.23147.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=39.11%
G=11.73%
B=49.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7021880.200.7600.65283.8861.4721.37
Hex461558144C04111c3d15
Octal106251302411401014347525
Binary10001101010110110001010010011000100000110001110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461558; }

 p { color: rgb(70,21,88); }

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

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

 a { background-color: rgb(70,21,88); }

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

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

 span { border-color: rgb(70,21,88); }

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