#411851

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

Shades of Scarlet Gum #411851

Tints of Scarlet Gum #411851

Color information

#411851 (or 0x411851) is unknown color: approx Scarlet Gum. HEX triplet: 41, 18 and 51. RGB value is (65,24,81). Sum of RGB (Red+Green+Blue) = 65+24+81=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #411851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411851 is #BEE7AE. Grayscale: #2A2A2A. Windows color (decimal): -12511151 or 5314625. OLE color: 5314625.

HSL color Cylindrical-coordinate representation of color #411851: hue angle of 283.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411851 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB652481-
CMYK0.200.7000.68
HSL283.16º54.29%20.59%-
HSV(B)283.16º70.37%31.76%-
XYZ3.992.378.03-
YUV42.76149.58143.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=38.24%
G=14.12%
B=47.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6524810.200.7000.68283.1654.2920.59
Hex411851144604411b3615
Octal101301212410601044336625
Binary10000011100010100011010010001100100010010001101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411851; }

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

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

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

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

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

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

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

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