#401854

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

Shades of Scarlet Gum #401854

Tints of Scarlet Gum #401854

Color information

#401854 (or 0x401854) is unknown color: approx Scarlet Gum. HEX triplet: 40, 18 and 54. RGB value is (64,24,84). Sum of RGB (Red+Green+Blue) = 64+24+84=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #401854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401854 is #BFE7AB. Grayscale: #2A2A2A. Windows color (decimal): -12576684 or 5511232. OLE color: 5511232.

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

Color convert

RGB642484-
CMYK0.240.7100.67
HSL280º55.56%21.18%-
HSV(B)280º71.43%32.94%-
XYZ4.042.388.63-
YUV42.8151.25143.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=37.21%
G=13.95%
B=48.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6424840.240.7100.6728055.5621.18
Hex40185418470431183815
Octal100301243010701034307025
Binary10000001100010101001100010001110100001110001100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401854; }

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

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

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

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

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

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

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

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