#401554

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

Shades of Scarlet Gum #401554

Tints of Scarlet Gum #401554

Color information

#401554 (or 0x401554) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 54. RGB value is (64,21,84). Sum of RGB (Red+Green+Blue) = 64+21+84=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #401554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401554 is #BFEAAB. Grayscale: #282828. Windows color (decimal): -12577452 or 5510464. OLE color: 5510464.

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

Color convert

RGB642184-
CMYK0.240.7500.67
HSL280.95º60%20.59%-
HSV(B)280.95º75%32.94%-
XYZ3.982.278.62-
YUV41.04152.25144.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=37.87%
G=12.43%
B=49.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6421840.240.7500.67280.956020.59
Hex401554184B0431193c15
Octal100251243011301034317425
Binary10000001010110101001100010010110100001110001100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401554; }

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

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

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

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

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

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

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

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