#4D1568

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

Shades of Scarlet Gum #4D1568

Tints of Scarlet Gum #4D1568

Color information

#4D1568 (or 0x4D1568) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 15 and 68. RGB value is (77,21,104). Sum of RGB (Red+Green+Blue) = 77+21+104=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D1568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1568 is #B2EA97. Grayscale: #2E2E2E. Windows color (decimal): -11725464 or 6821197. OLE color: 6821197.

HSL color Cylindrical-coordinate representation of color #4D1568: hue angle of 280.48º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1568 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7721104-
CMYK0.260.8000.59
HSL280.48º66.4%24.51%-
HSV(B)280.48º79.81%40.78%-
XYZ5.833.1113.39-
YUV47.21160.05149.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=38.12%
G=10.40%
B=51.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77211040.260.8000.59280.4866.424.51
Hex4D15681A5003B1184219
Octal115251503212007343010231
Binary10011011010111010001101010100000111011100011000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,104); }

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

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

 a { background-color: rgb(77,21,104); }

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

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

 span { border-color: rgb(77,21,104); }

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