#41154D

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

Shades of Scarlet Gum #41154D

Tints of Scarlet Gum #41154D

Color information

#41154D (or 0x41154D) is unknown color: approx Scarlet Gum. HEX triplet: 41, 15 and 4D. RGB value is (65,21,77). Sum of RGB (Red+Green+Blue) = 65+21+77=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #41154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41154D is #BEEAB2. Grayscale: #282828. Windows color (decimal): -12511923 or 5051713. OLE color: 5051713.

HSL color Cylindrical-coordinate representation of color #41154D: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41154D is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB652177-
CMYK0.160.7300.70
HSL287.14º57.14%19.22%-
HSV(B)287.14º72.73%30.2%-
XYZ3.792.27.25-
YUV40.54148.58145.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=39.88%
G=12.88%
B=47.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6521770.160.7300.70287.1457.1419.22
Hex41154D104904611f3913
Octal101251152011101064377123
Binary10000011010110011011000010010010100011010001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41154D; }

 p { color: rgb(65,21,77); }

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

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

 a { background-color: rgb(65,21,77); }

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

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

 span { border-color: rgb(65,21,77); }

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