#461955

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

Shades of Scarlet Gum #461955

Tints of Scarlet Gum #461955

Color information

#461955 (or 0x461955) is unknown color: approx Scarlet Gum. HEX triplet: 46, 19 and 55. RGB value is (70,25,85). Sum of RGB (Red+Green+Blue) = 70+25+85=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #461955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461955 is #B9E6AA. Grayscale: #2D2D2D. Windows color (decimal): -12183211 or 5577030. OLE color: 5577030.

HSL color Cylindrical-coordinate representation of color #461955: hue angle of 285º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461955 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB702585-
CMYK0.180.7100.67
HSL285º54.55%21.57%-
HSV(B)285º70.59%33.33%-
XYZ4.512.658.87-
YUV45.29150.41145.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=38.89%
G=13.89%
B=47.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7025850.180.7100.6728554.5521.57
Hex461955124704311d3716
Octal106311252210701034356726
Binary10001101100110101011001010001110100001110001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461955; }

 p { color: rgb(70,25,85); }

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

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

 a { background-color: rgb(70,25,85); }

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

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

 span { border-color: rgb(70,25,85); }

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