#411856

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

Shades of Scarlet Gum #411856

Tints of Scarlet Gum #411856

Color information

#411856 (or 0x411856) is unknown color: approx Scarlet Gum. HEX triplet: 41, 18 and 56. RGB value is (65,24,86). Sum of RGB (Red+Green+Blue) = 65+24+86=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #411856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411856 is #BEE7A9. Grayscale: #2B2B2B. Windows color (decimal): -12511146 or 5642305. OLE color: 5642305.

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

Color convert

RGB652486-
CMYK0.240.7200.66
HSL279.68º56.36%21.57%-
HSV(B)279.68º72.09%33.73%-
XYZ4.192.459.06-
YUV43.33152.08143.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=37.14%
G=13.71%
B=49.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6524860.240.7200.66279.6856.3621.57
Hex41185618480421183816
Octal101301263011001024307026
Binary10000011100010101101100010010000100001010001100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411856; }

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

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

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

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

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

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

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

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