#41184E

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

Shades of Scarlet Gum #41184E

Tints of Scarlet Gum #41184E

Color information

#41184E (or 0x41184E) is unknown color: approx Scarlet Gum. HEX triplet: 41, 18 and 4E. RGB value is (65,24,78). Sum of RGB (Red+Green+Blue) = 65+24+78=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #41184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41184E is #BEE7B1. Grayscale: #2A2A2A. Windows color (decimal): -12511154 or 5118017. OLE color: 5118017.

HSL color Cylindrical-coordinate representation of color #41184E: hue angle of 285.56º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41184E is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB652478-
CMYK0.170.6900.69
HSL285.56º52.94%20%-
HSV(B)285.56º69.23%30.59%-
XYZ3.882.337.45-
YUV42.41148.08144.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=38.92%
G=14.37%
B=46.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6524780.170.6900.69285.5652.9420
Hex41184E114504511e3514
Octal101301162110501054366524
Binary10000011100010011101000110001010100010110001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41184E; }

 p { color: rgb(65,24,78); }

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

<style>
 a { background-color: #41184E; }

 a { background-color: rgb(65,24,78); }

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

<style>
 span { border-color: #41184E; }

 span { border-color: rgb(65,24,78); }

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