#461E51

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

Shades of Scarlet Gum #461E51

Tints of Scarlet Gum #461E51

Color information

#461E51 (or 0x461E51) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1E and 51. RGB value is (70,30,81). Sum of RGB (Red+Green+Blue) = 70+30+81=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #461E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E51 is #B9E1AE. Grayscale: #2F2F2F. Windows color (decimal): -12181935 or 5316166. OLE color: 5316166.

HSL color Cylindrical-coordinate representation of color #461E51: hue angle of 287.06º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461E51 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB703081-
CMYK0.140.6300.68
HSL287.06º45.95%21.76%-
HSV(B)287.06º62.96%31.76%-
XYZ4.482.828.09-
YUV47.77146.75143.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=38.67%
G=16.57%
B=44.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7030810.140.6300.68287.0645.9521.76
Hex461E51E3F04411f2e16
Octal10636121167701044375626
Binary100011011110101000111101111110100010010001111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E51; }

 p { color: rgb(70,30,81); }

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

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

 a { background-color: rgb(70,30,81); }

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

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

 span { border-color: rgb(70,30,81); }

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