#411A53

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

Shades of Scarlet Gum #411A53

Tints of Scarlet Gum #411A53

Color information

#411A53 (or 0x411A53) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1A and 53. RGB value is (65,26,83). Sum of RGB (Red+Green+Blue) = 65+26+83=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #411A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A53 is #BEE5AC. Grayscale: #2B2B2B. Windows color (decimal): -12510637 or 5446209. OLE color: 5446209.

HSL color Cylindrical-coordinate representation of color #411A53: hue angle of 281.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411A53 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB652683-
CMYK0.220.6900.67
HSL281.05º52.29%21.37%-
HSV(B)281.05º68.67%32.55%-
XYZ4.112.498.45-
YUV44.16149.92142.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=37.36%
G=14.94%
B=47.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6526830.220.6900.67281.0552.2921.37
Hex411A5316450431193415
Octal101321232610501034316425
Binary10000011101010100111011010001010100001110001100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411A53; }

 p { color: rgb(65,26,83); }

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

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

 a { background-color: rgb(65,26,83); }

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

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

 span { border-color: rgb(65,26,83); }

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