#401851

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

Shades of Scarlet Gum #401851

Tints of Scarlet Gum #401851

Color information

#401851 (or 0x401851) is unknown color: approx Scarlet Gum. HEX triplet: 40, 18 and 51. RGB value is (64,24,81). Sum of RGB (Red+Green+Blue) = 64+24+81=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #401851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401851 is #BFE7AE. Grayscale: #2A2A2A. Windows color (decimal): -12576687 or 5314624. OLE color: 5314624.

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

Color convert

RGB642481-
CMYK0.210.7000.68
HSL282.11º54.29%20.59%-
HSV(B)282.11º70.37%31.76%-
XYZ3.932.348.03-
YUV42.46149.75143.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=37.87%
G=14.20%
B=47.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6424810.210.7000.68282.1154.2920.59
Hex401851154604411a3615
Octal100301212510601044326625
Binary10000001100010100011010110001100100010010001101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401851; }

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

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

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

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

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

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

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

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