#4D355E

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

Shades of Scarlet Gum #4D355E

Tints of Scarlet Gum #4D355E

Color information

#4D355E (or 0x4D355E) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 35 and 5E. RGB value is (77,53,94). Sum of RGB (Red+Green+Blue) = 77+53+94=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D355E is #B2CAA1. Grayscale: #404040. Windows color (decimal): -11717282 or 6174029. OLE color: 6174029.

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

Color convert

RGB775394-
CMYK0.180.4400.63
HSL275.12º27.89%28.82%-
HSV(B)275.12º43.62%36.86%-
XYZ6.354.9311.21-
YUV64.85144.45136.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=34.38%
G=23.66%
B=41.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7753940.180.4400.63275.1227.8928.82
Hex4D355E122C03F1131c1d
Octal1156513622540774233435
Binary100110111010110111101001010110001111111000100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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