#41215B

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

Shades of Scarlet Gum #41215B

Tints of Scarlet Gum #41215B

Color information

#41215B (or 0x41215B) is unknown color: approx Scarlet Gum. HEX triplet: 41, 21 and 5B. RGB value is (65,33,91). Sum of RGB (Red+Green+Blue) = 65+33+91=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #41215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41215B is #BEDEA4. Grayscale: #303030. Windows color (decimal): -12508837 or 5972289. OLE color: 5972289.

HSL color Cylindrical-coordinate representation of color #41215B: hue angle of 273.1º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41215B is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB653391-
CMYK0.290.6400.64
HSL273.1º46.77%24.31%-
HSV(B)273.1º63.74%35.69%-
XYZ4.612.9710.23-
YUV49.18151.6139.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=34.39%
G=17.46%
B=48.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6533910.290.6400.64273.146.7724.31
Hex41215B1D400401112f18
Octal101411333510001004215730
Binary100000110000110110111110110000000100000010001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41215B; }

 p { color: rgb(65,33,91); }

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

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

 a { background-color: rgb(65,33,91); }

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

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

 span { border-color: rgb(65,33,91); }

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