#401352

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

Shades of Scarlet Gum #401352

Tints of Scarlet Gum #401352

Color information

#401352 (or 0x401352) is unknown color: approx Scarlet Gum. HEX triplet: 40, 13 and 52. RGB value is (64,19,82). Sum of RGB (Red+Green+Blue) = 64+19+82=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #401352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401352 is #BFECAD. Grayscale: #272727. Windows color (decimal): -12577966 or 5378880. OLE color: 5378880.

HSL color Cylindrical-coordinate representation of color #401352: hue angle of 282.86º 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 #401352 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB641982-
CMYK0.220.7700.68
HSL282.86º62.38%19.8%-
HSV(B)282.86º76.83%32.16%-
XYZ3.872.168.2-
YUV39.64151.91145.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=38.79%
G=11.52%
B=49.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6419820.220.7700.68282.8662.3819.8
Hex401352164D04411b3e14
Octal100231222611501044337624
Binary10000001001110100101011010011010100010010001101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401352; }

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

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

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

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

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

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

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

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