#401351

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

Shades of Scarlet Gum #401351

Tints of Scarlet Gum #401351

Color information

#401351 (or 0x401351) is unknown color: approx Scarlet Gum. HEX triplet: 40, 13 and 51. RGB value is (64,19,81). Sum of RGB (Red+Green+Blue) = 64+19+81=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #401351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401351 is #BFECAE. Grayscale: #272727. Windows color (decimal): -12577967 or 5313344. OLE color: 5313344.

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

Color convert

RGB641981-
CMYK0.210.7700.68
HSL283.55º62%19.61%-
HSV(B)283.55º76.54%31.76%-
XYZ3.832.158-
YUV39.52151.41145.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=39.02%
G=11.59%
B=49.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6419810.210.7700.68283.556219.61
Hex401351154D04411c3e14
Octal100231212511501044347624
Binary10000001001110100011010110011010100010010001110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401351; }

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

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

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

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

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

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

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

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