#461F5E

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

Shades of Scarlet Gum #461F5E

Tints of Scarlet Gum #461F5E

Color information

#461F5E (or 0x461F5E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1F and 5E. RGB value is (70,31,94). Sum of RGB (Red+Green+Blue) = 70+31+94=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #461F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F5E is #B9E0A1. Grayscale: #313131. Windows color (decimal): -12181666 or 6168390. OLE color: 6168390.

HSL color Cylindrical-coordinate representation of color #461F5E: hue angle of 277.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461F5E is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB703194-
CMYK0.260.6700.63
HSL277.14º50.4%24.51%-
HSV(B)277.14º67.02%36.86%-
XYZ5.043.0910.92-
YUV49.84152.92142.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=35.90%
G=15.90%
B=48.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7031940.260.6700.63277.1450.424.51
Hex461F5E1A4303F1153219
Octal10637136321030774256231
Binary1000110111111011110110101000011011111110001010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,94); }

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

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

 a { background-color: rgb(70,31,94); }

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

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

 span { border-color: rgb(70,31,94); }

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