Html Css Color HEX #4D195F Scarlet Gum

📋 copy color: '#4D195F'

red 77 ◦ green 25 ◦ blue 95

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

Shades of Scarlet Gum #4D195F

Tints of Scarlet Gum #4D195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 39.09%
G = 12.69%
B = 48.22%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D195F (or 0x4D195F) is known color: Scarlet Gum. HEX triplet: 4D, 19 and 5F. RGB value is (77,25,95). Sum of RGB (Red+Green+Blue) = 77+25+95=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D195F is #B2E6A0. Grayscale: #303030. Windows color (decimal): -11724449 or 6232397. OLE color: 6232397.

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

Color convert

RGB 77 25 95 -
CMYK 0.19 0.74 0 0.63
HSL 284.57º 0.58% 0.24% -
HSV(B) 284.57º 0.74% 0.37% -
XYZ 5.47 3.1 11.14 -
YUV 48.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 77 25 95 0.19 0.74 0 0.63 284.57 0.58 0.24
Hex 4D 19 5F 13 4A 0 3F 11D 3A 18
Octal 115 31 137 23 112 0 77 435 72 30
Binary 1001101 11001 1011111 10011 1001010 0 111111 100011101 111010 11000

Color Harmonies of #4D195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D195F

Black with #4D195F

Text Example


Text Example

White with #4D195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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