#4D195B

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

Shades of Scarlet Gum #4D195B

Tints of Scarlet Gum #4D195B

Color information

#4D195B (or 0x4D195B) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 19 and 5B. RGB value is (77,25,91). Sum of RGB (Red+Green+Blue) = 77+25+91=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D195B is #B2E6A4. Grayscale: #2F2F2F. Windows color (decimal): -11724453 or 5970253. OLE color: 5970253.

HSL color Cylindrical-coordinate representation of color #4D195B: hue angle of 287.27º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D195B is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB772591-
CMYK0.150.7300.64
HSL287.27º56.9%22.75%-
HSV(B)287.27º72.53%35.69%-
XYZ5.33.0310.2-
YUV48.07152.23148.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.90%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=39.90%
G=12.95%
B=47.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7725910.150.7300.64287.2756.922.75
Hex4D195BF4904011f3917
Octal115311331711101004377127
Binary1001101110011011011111110010010100000010001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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