#4D1369

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

Shades of Scarlet Gum #4D1369

Tints of Scarlet Gum #4D1369

Color information

#4D1369 (or 0x4D1369) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 13 and 69. RGB value is (77,19,105). Sum of RGB (Red+Green+Blue) = 77+19+105=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D1369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1369 is #B2EC96. Grayscale: #2D2D2D. Windows color (decimal): -11725975 or 6886221. OLE color: 6886221.

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

Color convert

RGB7719105-
CMYK0.270.8200.59
HSL280.47º69.35%24.31%-
HSV(B)280.47º81.9%41.18%-
XYZ5.843.0613.65-
YUV46.15161.22150.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=38.31%
G=9.45%
B=52.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77191050.270.8200.59280.4769.3524.31
Hex4D13691B5203B1184518
Octal115231513312207343010530
Binary10011011001111010011101110100100111011100011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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