#401552

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

Shades of Scarlet Gum #401552

Tints of Scarlet Gum #401552

Color information

#401552 (or 0x401552) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 52. RGB value is (64,21,82). Sum of RGB (Red+Green+Blue) = 64+21+82=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #401552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401552 is #BFEAAD. Grayscale: #282828. Windows color (decimal): -12577454 or 5379392. OLE color: 5379392.

HSL color Cylindrical-coordinate representation of color #401552: hue angle of 282.3º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401552 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB642182-
CMYK0.220.7400.68
HSL282.3º59.22%20.2%-
HSV(B)282.3º74.39%32.16%-
XYZ3.912.248.21-
YUV40.81151.25144.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=38.32%
G=12.57%
B=49.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6421820.220.7400.68282.359.2220.2
Hex401552164A04411a3b14
Octal100251222611201044327324
Binary10000001010110100101011010010100100010010001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401552; }

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

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

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

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

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

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

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

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