#401451

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

Shades of Scarlet Gum #401451

Tints of Scarlet Gum #401451

Color information

#401451 (or 0x401451) is unknown color: approx Scarlet Gum. HEX triplet: 40, 14 and 51. RGB value is (64,20,81). Sum of RGB (Red+Green+Blue) = 64+20+81=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #401451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401451 is #BFEBAE. Grayscale: #272727. Windows color (decimal): -12577711 or 5313600. OLE color: 5313600.

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

Color convert

RGB642081-
CMYK0.210.7500.68
HSL283.28º60.4%19.8%-
HSV(B)283.28º75.31%31.76%-
XYZ3.852.188-
YUV40.11151.08145.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=38.79%
G=12.12%
B=49.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6420810.210.7500.68283.2860.419.8
Hex401451154B04411b3c14
Octal100241212511301044337424
Binary10000001010010100011010110010110100010010001101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401451; }

 p { color: rgb(64,20,81); }

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

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

 a { background-color: rgb(64,20,81); }

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

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

 span { border-color: rgb(64,20,81); }

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