#412549

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

Shades of Scarlet Gum #412549

Tints of Scarlet Gum #412549

Color information

#412549 (or 0x412549) is unknown color: approx Scarlet Gum. HEX triplet: 41, 25 and 49. RGB value is (65,37,73). Sum of RGB (Red+Green+Blue) = 65+37+73=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #412549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412549 is #BEDAB6. Grayscale: #313131. Windows color (decimal): -12507831 or 4793665. OLE color: 4793665.

HSL color Cylindrical-coordinate representation of color #412549: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412549 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB653773-
CMYK0.110.4900.71
HSL286.67º32.73%21.57%-
HSV(B)286.67º49.32%28.63%-
XYZ4.042.936.66-
YUV49.48141.28139.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=37.14%
G=21.14%
B=41.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6537730.110.4900.71286.6732.7321.57
Hex412549B3104711f2116
Octal10145111136101074374126
Binary1000001100101100100110111100010100011110001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412549; }

 p { color: rgb(65,37,73); }

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

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

 a { background-color: rgb(65,37,73); }

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

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

 span { border-color: rgb(65,37,73); }

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