#4D105D

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

Shades of Scarlet Gum #4D105D

Tints of Scarlet Gum #4D105D

Color information

#4D105D (or 0x4D105D) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 10 and 5D. RGB value is (77,16,93). Sum of RGB (Red+Green+Blue) = 77+16+93=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D105D is #B2EFA2. Grayscale: #2A2A2A. Windows color (decimal): -11726755 or 6099021. OLE color: 6099021.

HSL color Cylindrical-coordinate representation of color #4D105D: hue angle of 287.53º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D105D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB771693-
CMYK0.170.8300.64
HSL287.53º70.64%21.37%-
HSV(B)287.53º82.8%36.47%-
XYZ5.222.7410.61-
YUV43.02156.21152.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 93 (36.72% from 255) = 50%
R=41.40%
G=8.60%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7716930.170.8300.64287.5370.6421.37
Hex4D105D11530401204715
Octal1152013521123010044010725
Binary100110110000101110110001101001101000000100100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D105D; }

 p { color: rgb(77,16,93); }

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

<style>
 a { background-color: #4D105D; }

 a { background-color: rgb(77,16,93); }

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

<style>
 span { border-color: #4D105D; }

 span { border-color: rgb(77,16,93); }

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