#461760

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

Shades of Scarlet Gum #461760

Tints of Scarlet Gum #461760

Color information

#461760 (or 0x461760) is unknown color: approx Scarlet Gum. HEX triplet: 46, 17 and 60. RGB value is (70,23,96). Sum of RGB (Red+Green+Blue) = 70+23+96=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #461760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461760 is #B9E89F. Grayscale: #2D2D2D. Windows color (decimal): -12183712 or 6297414. OLE color: 6297414.

HSL color Cylindrical-coordinate representation of color #461760: hue angle of 278.63º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461760 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB702396-
CMYK0.270.7600.62
HSL278.63º61.34%23.33%-
HSV(B)278.63º76.04%37.65%-
XYZ4.942.7611.34-
YUV45.38156.57145.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=37.04%
G=12.17%
B=50.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7023960.270.7600.62278.6361.3423.33
Hex4617601B4C03E1173d17
Octal10627140331140764277527
Binary1000110101111100000110111001100011111010001011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461760; }

 p { color: rgb(70,23,96); }

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

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

 a { background-color: rgb(70,23,96); }

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

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

 span { border-color: rgb(70,23,96); }

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