#4d1665

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

Shades of Scarlet Gum #4D1665

Tints of Scarlet Gum #4D1665

Color information

#4D1665 (or 0x4D1665) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 16 and 65. RGB value is (77,22,101). Sum of RGB (Red+Green+Blue) = 77+22+101=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D1665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1665 is #B2E99A. Grayscale: #2F2F2F. Windows color (decimal): -11725211 or 6624845. OLE color: 6624845.

HSL color Cylindrical-coordinate representation of color #4D1665: hue angle of 281.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1665 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7722101-
CMYK0.240.7800.60
HSL281.77º64.23%24.12%-
HSV(B)281.77º78.22%39.61%-
XYZ5.73.0912.61-
YUV47.45158.22149.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.5%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=38.5%
G=11%
B=50.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77221010.240.7800.60281.7764.2324.12
Hex4D1665184E03C11a4018
Octal115261453011607443210030
Binary10011011011011001011100010011100111100100011010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d1665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,22,101); }

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

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

 a { background-color: rgb(77,22,101); }

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

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

 span { border-color: rgb(77,22,101); }

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