#411350

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

Shades of Scarlet Gum #411350

Tints of Scarlet Gum #411350

Color information

#411350 (or 0x411350) is unknown color: approx Scarlet Gum. HEX triplet: 41, 13 and 50. RGB value is (65,19,80). Sum of RGB (Red+Green+Blue) = 65+19+80=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #411350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411350 is #BEECAF. Grayscale: #272727. Windows color (decimal): -12512432 or 5247809. OLE color: 5247809.

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

Color convert

RGB651980-
CMYK0.190.7600.69
HSL285.25º61.62%19.41%-
HSV(B)285.25º76.25%31.37%-
XYZ3.862.177.8-
YUV39.71150.74146.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=39.63%
G=11.59%
B=48.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6519800.190.7600.69285.2561.6219.41
Hex411350134C04511d3e13
Octal101231202311401054357623
Binary10000011001110100001001110011000100010110001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411350; }

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

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

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

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

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

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

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

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