#401550

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

Shades of Scarlet Gum #401550

Tints of Scarlet Gum #401550

Color information

#401550 (or 0x401550) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 50. RGB value is (64,21,80). Sum of RGB (Red+Green+Blue) = 64+21+80=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #401550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401550 is #BFEAAF. Grayscale: #282828. Windows color (decimal): -12577456 or 5248320. OLE color: 5248320.

HSL color Cylindrical-coordinate representation of color #401550: hue angle of 283.73º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401550 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB642180-
CMYK0.200.7400.69
HSL283.73º58.42%19.8%-
HSV(B)283.73º73.75%31.37%-
XYZ3.832.217.81-
YUV40.58150.25144.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=38.79%
G=12.73%
B=48.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6421800.200.7400.69283.7358.4219.8
Hex401550144A04511c3a14
Octal100251202411201054347224
Binary10000001010110100001010010010100100010110001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401550; }

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

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

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

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

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

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

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

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