#461257

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

Shades of Scarlet Gum #461257

Tints of Scarlet Gum #461257

Color information

#461257 (or 0x461257) is unknown color: approx Scarlet Gum. HEX triplet: 46, 12 and 57. RGB value is (70,18,87). Sum of RGB (Red+Green+Blue) = 70+18+87=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #461257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461257 is #B9EDA8. Grayscale: #292929. Windows color (decimal): -12185001 or 5706310. OLE color: 5706310.

HSL color Cylindrical-coordinate representation of color #461257: hue angle of 285.22º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461257 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB701887-
CMYK0.200.7900.66
HSL285.22º65.71%20.59%-
HSV(B)285.22º79.31%34.12%-
XYZ4.462.429.25-
YUV41.41153.73148.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=40%
G=10.29%
B=49.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7018870.200.7900.66285.2265.7120.59
Hex461257144F04211d4215
Octal1062212724117010243510225
Binary100011010010101011110100100111101000010100011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461257; }

 p { color: rgb(70,18,87); }

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

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

 a { background-color: rgb(70,18,87); }

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

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

 span { border-color: rgb(70,18,87); }

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