#461861

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

Shades of Scarlet Gum #461861

Tints of Scarlet Gum #461861

Color information

#461861 (or 0x461861) is unknown color: approx Scarlet Gum. HEX triplet: 46, 18 and 61. RGB value is (70,24,97). Sum of RGB (Red+Green+Blue) = 70+24+97=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #461861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461861 is #B9E79E. Grayscale: #2D2D2D. Windows color (decimal): -12183455 or 6363206. OLE color: 6363206.

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

Color convert

RGB702497-
CMYK0.280.7500.62
HSL277.81º60.33%23.73%-
HSV(B)277.81º75.26%38.04%-
XYZ5.012.8211.59-
YUV46.08156.74145.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=36.65%
G=12.57%
B=50.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7024970.280.7500.62277.8160.3323.73
Hex4618611C4B03E1163c18
Octal10630141341130764267430
Binary1000110110001100001111001001011011111010001011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461861; }

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

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

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

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

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

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

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

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