#401053

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

Shades of Scarlet Gum #401053

Tints of Scarlet Gum #401053

Color information

#401053 (or 0x401053) is unknown color: approx Scarlet Gum. HEX triplet: 40, 10 and 53. RGB value is (64,16,83). Sum of RGB (Red+Green+Blue) = 64+16+83=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #401053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401053 is #BFEFAC. Grayscale: #252525. Windows color (decimal): -12578733 or 5443648. OLE color: 5443648.

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

Color convert

RGB641683-
CMYK0.230.8100.67
HSL282.99º67.68%19.41%-
HSV(B)282.99º80.72%32.55%-
XYZ3.862.098.38-
YUV37.99153.4146.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=39.26%
G=9.82%
B=50.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6416830.230.8100.67282.9967.6819.41
Hex401053175104311b4413
Octal1002012327121010343310423
Binary100000010000101001110111101000101000011100011011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401053; }

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

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

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

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

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

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

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

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