#401755

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

Shades of Scarlet Gum #401755

Tints of Scarlet Gum #401755

Color information

#401755 (or 0x401755) is unknown color: approx Scarlet Gum. HEX triplet: 40, 17 and 55. RGB value is (64,23,85). Sum of RGB (Red+Green+Blue) = 64+23+85=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #401755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401755 is #BFE8AA. Grayscale: #2A2A2A. Windows color (decimal): -12576939 or 5576512. OLE color: 5576512.

HSL color Cylindrical-coordinate representation of color #401755: hue angle of 279.68º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401755 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB642385-
CMYK0.250.7300.67
HSL279.68º57.41%21.18%-
HSV(B)279.68º72.94%33.33%-
XYZ4.062.368.84-
YUV42.33152.08143.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=37.21%
G=13.37%
B=49.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6423850.250.7300.67279.6857.4121.18
Hex40175519490431183915
Octal100271253111101034307125
Binary10000001011110101011100110010010100001110001100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401755; }

 p { color: rgb(64,23,85); }

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

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

 a { background-color: rgb(64,23,85); }

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

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

 span { border-color: rgb(64,23,85); }

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