#401B51

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

Shades of Scarlet Gum #401B51

Tints of Scarlet Gum #401B51

Color information

#401B51 (or 0x401B51) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1B and 51. RGB value is (64,27,81). Sum of RGB (Red+Green+Blue) = 64+27+81=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #401B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B51 is #BFE4AE. Grayscale: #2C2C2C. Windows color (decimal): -12575919 or 5315392. OLE color: 5315392.

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

Color convert

RGB642781-
CMYK0.210.6700.68
HSL281.11º50%21.18%-
HSV(B)281.11º66.67%31.76%-
XYZ3.992.478.05-
YUV44.22148.76142.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=37.21%
G=15.70%
B=47.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6427810.210.6700.68281.115021.18
Hex401B5115430441193215
Octal100331212510301044316225
Binary10000001101110100011010110000110100010010001100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B51; }

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

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

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

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

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

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

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

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