#411656

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

Shades of Scarlet Gum #411656

Tints of Scarlet Gum #411656

Color information

#411656 (or 0x411656) is unknown color: approx Scarlet Gum. HEX triplet: 41, 16 and 56. RGB value is (65,22,86). Sum of RGB (Red+Green+Blue) = 65+22+86=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #411656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411656 is #BEE9A9. Grayscale: #292929. Windows color (decimal): -12511658 or 5641793. OLE color: 5641793.

HSL color Cylindrical-coordinate representation of color #411656: hue angle of 280.31º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411656 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB652286-
CMYK0.240.7400.66
HSL280.31º59.26%21.18%-
HSV(B)280.31º74.42%33.73%-
XYZ4.152.379.04-
YUV42.15152.75144.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=37.57%
G=12.72%
B=49.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6522860.240.7400.66280.3159.2621.18
Hex411656184A0421183b15
Octal101261263011201024307325
Binary10000011011010101101100010010100100001010001100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411656; }

 p { color: rgb(65,22,86); }

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

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

 a { background-color: rgb(65,22,86); }

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

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

 span { border-color: rgb(65,22,86); }

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