#41174C

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

Shades of Scarlet Gum #41174C

Tints of Scarlet Gum #41174C

Color information

#41174C (or 0x41174C) is unknown color: approx Scarlet Gum. HEX triplet: 41, 17 and 4C. RGB value is (65,23,76). Sum of RGB (Red+Green+Blue) = 65+23+76=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #41174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41174C is #BEE8B3. Grayscale: #292929. Windows color (decimal): -12511412 or 4986689. OLE color: 4986689.

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

Color convert

RGB652376-
CMYK0.140.7000.70
HSL287.55º53.54%19.41%-
HSV(B)287.55º69.74%29.8%-
XYZ3.792.267.07-
YUV41.6147.41144.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=39.63%
G=14.02%
B=46.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6523760.140.7000.70287.5553.5419.41
Hex41174CE460461203613
Octal101271141610601064406623
Binary1000001101111001100111010001100100011010010000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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