#401251

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

Shades of Scarlet Gum #401251

Tints of Scarlet Gum #401251

Color information

#401251 (or 0x401251) is unknown color: approx Scarlet Gum. HEX triplet: 40, 12 and 51. RGB value is (64,18,81). Sum of RGB (Red+Green+Blue) = 64+18+81=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #401251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401251 is #BFEDAE. Grayscale: #262626. Windows color (decimal): -12578223 or 5313088. OLE color: 5313088.

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

Color convert

RGB641881-
CMYK0.210.7800.68
HSL283.81º63.64%19.41%-
HSV(B)283.81º77.78%31.76%-
XYZ3.822.127.99-
YUV38.94151.74145.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=39.26%
G=11.04%
B=49.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6418810.210.7800.68283.8163.6419.41
Hex401251154E04411c4013
Octal1002212125116010443410023
Binary100000010010101000110101100111001000100100011100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401251; }

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

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

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

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

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

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

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

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