#41184C

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

Shades of Scarlet Gum #41184C

Tints of Scarlet Gum #41184C

Color information

#41184C (or 0x41184C) is unknown color: approx Scarlet Gum. HEX triplet: 41, 18 and 4C. RGB value is (65,24,76). Sum of RGB (Red+Green+Blue) = 65+24+76=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #41184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41184C is #BEE7B3. Grayscale: #2A2A2A. Windows color (decimal): -12511156 or 4986945. OLE color: 4986945.

HSL color Cylindrical-coordinate representation of color #41184C: hue angle of 287.31º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41184C is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB652476-
CMYK0.140.6800.70
HSL287.31º52%19.61%-
HSV(B)287.31º68.42%29.8%-
XYZ3.812.37.08-
YUV42.19147.08144.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=39.39%
G=14.55%
B=46.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6524760.140.6800.70287.315219.61
Hex41184CE4404611f3414
Octal101301141610401064376424
Binary1000001110001001100111010001000100011010001111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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