#461855

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

Shades of Scarlet Gum #461855

Tints of Scarlet Gum #461855

Color information

#461855 (or 0x461855) is unknown color: approx Scarlet Gum. HEX triplet: 46, 18 and 55. RGB value is (70,24,85). Sum of RGB (Red+Green+Blue) = 70+24+85=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #461855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461855 is #B9E7AA. Grayscale: #2C2C2C. Windows color (decimal): -12183467 or 5576774. OLE color: 5576774.

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

Color convert

RGB702485-
CMYK0.180.7200.67
HSL285.25º55.96%21.37%-
HSV(B)285.25º71.76%33.33%-
XYZ4.492.618.86-
YUV44.71150.74146.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=39.11%
G=13.41%
B=47.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7024850.180.7200.67285.2555.9621.37
Hex461855124804311d3815
Octal106301252211001034357025
Binary10001101100010101011001010010000100001110001110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461855; }

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

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

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

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

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

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

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

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