#412050

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

Shades of Scarlet Gum #412050

Tints of Scarlet Gum #412050

Color information

#412050 (or 0x412050) is unknown color: approx Scarlet Gum. HEX triplet: 41, 20 and 50. RGB value is (65,32,80). Sum of RGB (Red+Green+Blue) = 65+32+80=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #412050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412050 is #BEDFAF. Grayscale: #2F2F2F. Windows color (decimal): -12509104 or 5251137. OLE color: 5251137.

HSL color Cylindrical-coordinate representation of color #412050: hue angle of 281.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412050 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB653280-
CMYK0.190.6000.69
HSL281.25º42.86%21.96%-
HSV(B)281.25º60%31.37%-
XYZ4.142.747.9-
YUV47.34146.43140.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=36.72%
G=18.08%
B=45.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6532800.190.6000.69281.2542.8621.96
Hex412050133C0451192b16
Octal10140120237401054315326
Binary10000011000001010000100111111000100010110001100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412050; }

 p { color: rgb(65,32,80); }

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

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

 a { background-color: rgb(65,32,80); }

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

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

 span { border-color: rgb(65,32,80); }

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