#4D195C

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

Shades of Scarlet Gum #4D195C

Tints of Scarlet Gum #4D195C

Color information

#4D195C (or 0x4D195C) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 19 and 5C. RGB value is (77,25,92). Sum of RGB (Red+Green+Blue) = 77+25+92=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D195C is #B2E6A3. Grayscale: #2F2F2F. Windows color (decimal): -11724452 or 6035789. OLE color: 6035789.

HSL color Cylindrical-coordinate representation of color #4D195C: hue angle of 286.57º 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 #4D195C is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB772592-
CMYK0.160.7300.64
HSL286.57º57.26%22.94%-
HSV(B)286.57º72.83%36.08%-
XYZ5.343.0510.43-
YUV48.19152.73148.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.69%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=39.69%
G=12.89%
B=47.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7725920.160.7300.64286.5757.2622.94
Hex4D195C104904011f3917
Octal115311342011101004377127
Binary10011011100110111001000010010010100000010001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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