#41154F

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

Shades of Scarlet Gum #41154F

Tints of Scarlet Gum #41154F

Color information

#41154F (or 0x41154F) is unknown color: approx Scarlet Gum. HEX triplet: 41, 15 and 4F. RGB value is (65,21,79). Sum of RGB (Red+Green+Blue) = 65+21+79=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #41154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41154F is #BEEAB0. Grayscale: #282828. Windows color (decimal): -12511921 or 5182785. OLE color: 5182785.

HSL color Cylindrical-coordinate representation of color #41154F: hue angle of 285.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41154F is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB652179-
CMYK0.180.7300.69
HSL285.52º58%19.61%-
HSV(B)285.52º73.42%30.98%-
XYZ3.862.227.62-
YUV40.77149.58145.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=39.39%
G=12.73%
B=47.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6521790.180.7300.69285.525819.61
Hex41154F124904511e3a14
Octal101251172211101054367224
Binary10000011010110011111001010010010100010110001111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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