#461459

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

Shades of Scarlet Gum #461459

Tints of Scarlet Gum #461459

Color information

#461459 (or 0x461459) is unknown color: approx Scarlet Gum. HEX triplet: 46, 14 and 59. RGB value is (70,20,89). Sum of RGB (Red+Green+Blue) = 70+20+89=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #461459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461459 is #B9EBA6. Grayscale: #2A2A2A. Windows color (decimal): -12184487 or 5837894. OLE color: 5837894.

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

Color convert

RGB702089-
CMYK0.210.7800.65
HSL283.48º63.3%21.37%-
HSV(B)283.48º77.53%34.9%-
XYZ4.582.529.7-
YUV42.82154.06147.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=39.11%
G=11.17%
B=49.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7020890.210.7800.65283.4863.321.37
Hex461459154E04111b3f15
Octal106241312511601014337725
Binary10001101010010110011010110011100100000110001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461459; }

 p { color: rgb(70,20,89); }

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

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

 a { background-color: rgb(70,20,89); }

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

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

 span { border-color: rgb(70,20,89); }

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