#411A4B

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

Shades of Scarlet Gum #411A4B

Tints of Scarlet Gum #411A4B

Color information

#411A4B (or 0x411A4B) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1A and 4B. RGB value is (65,26,75). Sum of RGB (Red+Green+Blue) = 65+26+75=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #411A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A4B is #BEE5B4. Grayscale: #2B2B2B. Windows color (decimal): -12510645 or 4921921. OLE color: 4921921.

HSL color Cylindrical-coordinate representation of color #411A4B: hue angle of 287.76º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411A4B is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB652675-
CMYK0.130.6500.71
HSL287.76º48.51%19.8%-
HSV(B)287.76º65.33%29.41%-
XYZ3.822.376.91-
YUV43.25145.92143.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=39.16%
G=15.66%
B=45.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6526750.130.6500.71287.7648.5119.8
Hex411A4BD410471203114
Octal101321131510101074406124
Binary1000001110101001011110110000010100011110010000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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