Html Css Color HEX #4D195E Scarlet Gum

📋 copy color: '#4D195E'

red 77 ◦ green 25 ◦ blue 94

#4D195E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4D195E

Tints of Scarlet Gum #4D195E

RGB

 RED value IS 77 (30.47% from 255) = 39.29%

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 94 (37.11% from 255) = 47.96%

R = 39.29%
G = 12.76%
B = 47.96%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D195E (or 0x4D195E) is known color: Scarlet Gum. HEX triplet: 4D, 19 and 5E. RGB value is (77,25,94). Sum of RGB (Red+Green+Blue) = 77+25+94=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D195E is #B2E6A1. Grayscale: #303030. Windows color (decimal): -11724450 or 6166861. OLE color: 6166861.

HSL color Cylindrical-coordinate representation of color #4D195E: hue angle of 285.22º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D195E is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 25 94 -
CMYK 0.18 0.73 0 0.63
HSL 285.22º 0.58% 0.23% -
HSV(B) 285.22º 0.73% 0.37% -
XYZ 5.43 3.08 10.9 -
YUV 48.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 77 25 94 0.18 0.73 0 0.63 285.22 0.58 0.23
Hex 4D 19 5E 12 49 0 3F 11D 3A 17
Octal 115 31 136 22 111 0 77 435 72 27
Binary 1001101 11001 1011110 10010 1001001 0 111111 100011101 111010 10111

Color Harmonies of #4D195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D195E

Black with #4D195E

Text Example


Text Example

White with #4D195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D195E;
 }
 .AnyTagClassName
 {
   color: #4D195E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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