#401152

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

Shades of Scarlet Gum #401152

Tints of Scarlet Gum #401152

Color information

#401152 (or 0x401152) is unknown color: approx Scarlet Gum. HEX triplet: 40, 11 and 52. RGB value is (64,17,82). Sum of RGB (Red+Green+Blue) = 64+17+82=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #401152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401152 is #BFEEAD. Grayscale: #262626. Windows color (decimal): -12578478 or 5378368. OLE color: 5378368.

HSL color Cylindrical-coordinate representation of color #401152: hue angle of 283.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401152 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB641782-
CMYK0.220.7900.68
HSL283.38º65.66%19.41%-
HSV(B)283.38º79.27%32.16%-
XYZ3.842.18.19-
YUV38.46152.57146.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=39.26%
G=10.43%
B=50.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6417820.220.7900.68283.3865.6619.41
Hex401152164F04411b4213
Octal1002112226117010443310223
Binary100000010001101001010110100111101000100100011011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401152; }

 p { color: rgb(64,17,82); }

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

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

 a { background-color: rgb(64,17,82); }

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

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

 span { border-color: rgb(64,17,82); }

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