Html Css Color HEX #4D185A Scarlet Gum

📋 copy color: '#4D185A'

red 77 ◦ green 24 ◦ blue 90

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

Shades of Scarlet Gum #4D185A

Tints of Scarlet Gum #4D185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 90 (35.55% from 255) = 47.12%

R = 40.31%
G = 12.57%
B = 47.12%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D185A (or 0x4D185A) is known color: Scarlet Gum. HEX triplet: 4D, 18 and 5A. RGB value is (77,24,90). Sum of RGB (Red+Green+Blue) = 77+24+90=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D185A is #B2E7A5. Grayscale: #2F2F2F. Windows color (decimal): -11724710 or 5904461. OLE color: 5904461.

HSL color Cylindrical-coordinate representation of color #4D185A: hue angle of 288.18º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D185A is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 24 90 -
CMYK 0.14 0.73 0 0.65
HSL 288.18º 0.58% 0.22% -
HSV(B) 288.18º 0.73% 0.35% -
XYZ 5.23 2.97 9.97 -
YUV 47.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 77 24 90 0.14 0.73 0 0.65 288.18 0.58 0.22
Hex 4D 18 5A E 49 0 41 120 3A 16
Octal 115 30 132 16 111 0 101 440 72 26
Binary 1001101 11000 1011010 1110 1001001 0 1000001 100100000 111010 10110

Color Harmonies of #4D185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D185A

Black with #4D185A

Text Example


Text Example

White with #4D185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,24,90); }

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

background-color css

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

 a { background-color: rgb(77,24,90); }

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

border-color css

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

 span { border-color: rgb(77,24,90); }

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