#4D1969

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

Shades of Scarlet Gum #4D1969

Tints of Scarlet Gum #4D1969

Color information

#4D1969 (or 0x4D1969) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 19 and 69. RGB value is (77,25,105). Sum of RGB (Red+Green+Blue) = 77+25+105=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D1969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1969 is #B2E696. Grayscale: #313131. Windows color (decimal): -11724439 or 6887757. OLE color: 6887757.

HSL color Cylindrical-coordinate representation of color #4D1969: hue angle of 279º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D1969 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7725105-
CMYK0.270.7600.59
HSL279º61.54%25.49%-
HSV(B)279º76.19%41.18%-
XYZ5.963.2913.69-
YUV49.67159.23147.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=37.20%
G=12.08%
B=50.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77251050.270.7600.5927961.5425.49
Hex4D19691B4C03B1173e19
Octal11531151331140734277631
Binary1001101110011101001110111001100011101110001011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,105); }

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

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

 a { background-color: rgb(77,25,105); }

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

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

 span { border-color: rgb(77,25,105); }

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