#401855

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

Shades of Scarlet Gum #401855

Tints of Scarlet Gum #401855

Color information

#401855 (or 0x401855) is unknown color: approx Scarlet Gum. HEX triplet: 40, 18 and 55. RGB value is (64,24,85). Sum of RGB (Red+Green+Blue) = 64+24+85=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #401855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401855 is #BFE7AA. Grayscale: #2A2A2A. Windows color (decimal): -12576683 or 5576768. OLE color: 5576768.

HSL color Cylindrical-coordinate representation of color #401855: hue angle of 279.34º 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 #401855 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB642485-
CMYK0.250.7200.67
HSL279.34º55.96%21.37%-
HSV(B)279.34º71.76%33.33%-
XYZ4.082.48.84-
YUV42.91151.75143.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=36.99%
G=13.87%
B=49.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6424850.250.7200.67279.3455.9621.37
Hex40185519480431173815
Octal100301253111001034277025
Binary10000001100010101011100110010000100001110001011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401855; }

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

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

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

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

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

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

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

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