#401353

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

Shades of Scarlet Gum #401353

Tints of Scarlet Gum #401353

Color information

#401353 (or 0x401353) is unknown color: approx Scarlet Gum. HEX triplet: 40, 13 and 53. RGB value is (64,19,83). Sum of RGB (Red+Green+Blue) = 64+19+83=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #401353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401353 is #BFECAC. Grayscale: #272727. Windows color (decimal): -12577965 or 5444416. OLE color: 5444416.

HSL color Cylindrical-coordinate representation of color #401353: hue angle of 282.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401353 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB641983-
CMYK0.230.7700.67
HSL282.19º62.75%20%-
HSV(B)282.19º77.11%32.55%-
XYZ3.912.188.4-
YUV39.75152.41145.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 83 (32.81% from 255) = 50%
R=38.55%
G=11.45%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6419830.230.7700.67282.1962.7520
Hex401353174D04311a3f14
Octal100231232711501034327724
Binary10000001001110100111011110011010100001110001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401353; }

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

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

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

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

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

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

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

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