#4D125D

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

Shades of Scarlet Gum #4D125D

Tints of Scarlet Gum #4D125D

Color information

#4D125D (or 0x4D125D) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 12 and 5D. RGB value is (77,18,93). Sum of RGB (Red+Green+Blue) = 77+18+93=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D125D is #B2EDA2. Grayscale: #2B2B2B. Windows color (decimal): -11726243 or 6099533. OLE color: 6099533.

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

Color convert

RGB771893-
CMYK0.170.8100.64
HSL287.2º67.57%21.76%-
HSV(B)287.2º80.65%36.47%-
XYZ5.252.810.62-
YUV44.19155.55151.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.96%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=40.96%
G=9.57%
B=49.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7718930.170.8100.64287.267.5721.76
Hex4D125D115104011f4416
Octal1152213521121010043710426
Binary100110110010101110110001101000101000000100011111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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