#461961

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

Shades of Scarlet Gum #461961

Tints of Scarlet Gum #461961

Color information

#461961 (or 0x461961) is unknown color: approx Scarlet Gum. HEX triplet: 46, 19 and 61. RGB value is (70,25,97). Sum of RGB (Red+Green+Blue) = 70+25+97=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #461961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461961 is #B9E69E. Grayscale: #2E2E2E. Windows color (decimal): -12183199 or 6363462. OLE color: 6363462.

HSL color Cylindrical-coordinate representation of color #461961: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461961 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB702597-
CMYK0.280.7400.62
HSL277.5º59.02%23.92%-
HSV(B)277.5º74.23%38.04%-
XYZ5.032.8611.6-
YUV46.66156.41144.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=36.46%
G=13.02%
B=50.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7025970.280.7400.62277.559.0223.92
Hex4619611C4A03E1163b18
Octal10631141341120764267330
Binary1000110110011100001111001001010011111010001011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461961; }

 p { color: rgb(70,25,97); }

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

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

 a { background-color: rgb(70,25,97); }

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

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

 span { border-color: rgb(70,25,97); }

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