#461059

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

Shades of Scarlet Gum #461059

Tints of Scarlet Gum #461059

Color information

#461059 (or 0x461059) is unknown color: approx Scarlet Gum. HEX triplet: 46, 10 and 59. RGB value is (70,16,89). Sum of RGB (Red+Green+Blue) = 70+16+89=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #461059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461059 is #B9EFA6. Grayscale: #282828. Windows color (decimal): -12185511 or 5836870. OLE color: 5836870.

HSL color Cylindrical-coordinate representation of color #461059: hue angle of 284.38º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461059 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB701689-
CMYK0.210.8200.65
HSL284.38º69.52%20.59%-
HSV(B)284.38º82.02%34.9%-
XYZ4.512.399.68-
YUV40.47155.39149.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=40%
G=9.14%
B=50.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7016890.210.8200.65284.3869.5220.59
Hex461059155204111c4615
Octal1062013125122010143410625
Binary100011010000101100110101101001001000001100011100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461059; }

 p { color: rgb(70,16,89); }

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

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

 a { background-color: rgb(70,16,89); }

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

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

 span { border-color: rgb(70,16,89); }

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