#4D395E

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

Shades of Scarlet Gum #4D395E

Tints of Scarlet Gum #4D395E

Color information

#4D395E (or 0x4D395E) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 39 and 5E. RGB value is (77,57,94). Sum of RGB (Red+Green+Blue) = 77+57+94=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D395E is #B2C6A1. Grayscale: #434343. Windows color (decimal): -11716258 or 6175053. OLE color: 6175053.

HSL color Cylindrical-coordinate representation of color #4D395E: hue angle of 272.43º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D395E is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB775794-
CMYK0.180.3900.63
HSL272.43º24.5%29.61%-
HSV(B)272.43º39.36%36.86%-
XYZ6.545.3111.27-
YUV67.2143.13134.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.77%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=33.77%
G=25%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7757940.180.3900.63272.4324.529.61
Hex4D395E122703F110191e
Octal1157113622470774203136
Binary100110111100110111101001010011101111111000100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,57,94); }

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

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

 a { background-color: rgb(77,57,94); }

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

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

 span { border-color: rgb(77,57,94); }

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