#41164f

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

Shades of Scarlet Gum #41164F

Tints of Scarlet Gum #41164F

Color information

#41164F (or 0x41164F) is unknown color: approx Scarlet Gum. HEX triplet: 41, 16 and 4F. RGB value is (65,22,79). Sum of RGB (Red+Green+Blue) = 65+22+79=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #41164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41164F is #BEE9B0. Grayscale: #292929. Windows color (decimal): -12511665 or 5183041. OLE color: 5183041.

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

Color convert

RGB652279-
CMYK0.180.7200.69
HSL285.26º56.44%19.8%-
HSV(B)285.26º72.15%30.98%-
XYZ3.882.267.63-
YUV41.36149.25144.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=39.16%
G=13.25%
B=47.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6522790.180.7200.69285.2656.4419.8
Hex41164F124804511d3814
Octal101261172211001054357024
Binary10000011011010011111001010010000100010110001110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41164f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41164f; }

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

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

<style>
 a { background-color: #41164f; }

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

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

<style>
 span { border-color: #41164f; }

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

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