#4D2366

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

Shades of Scarlet Gum #4D2366

Tints of Scarlet Gum #4D2366

Color information

#4D2366 (or 0x4D2366) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 23 and 66. RGB value is (77,35,102). Sum of RGB (Red+Green+Blue) = 77+35+102=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D2366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2366 is #B2DC99. Grayscale: #363636. Windows color (decimal): -11721882 or 6693709. OLE color: 6693709.

HSL color Cylindrical-coordinate representation of color #4D2366: hue angle of 277.61º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2366 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7735102-
CMYK0.250.6600.6
HSL277.61º48.91%26.86%-
HSV(B)277.61º65.69%40%-
XYZ6.063.7412.97-
YUV55.2154.41143.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.98%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=35.98%
G=16.36%
B=47.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77351020.250.6600.6277.6148.9126.86
Hex4D2366194203C116311b
Octal11543146311020744266133
Binary10011011000111100110110011000010011110010001011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,35,102); }

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

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

 a { background-color: rgb(77,35,102); }

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

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

 span { border-color: rgb(77,35,102); }

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