Html Css Color HEX #4D1463 Scarlet Gum

📋 copy color: '#4D1463'

red 77 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #4D1463

Tints of Scarlet Gum #4D1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 39.29%
G = 10.2%
B = 50.51%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D1463 (or 0x4D1463) is known color: Scarlet Gum. HEX triplet: 4D, 14 and 63. RGB value is (77,20,99). Sum of RGB (Red+Green+Blue) = 77+20+99=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1463 is #B2EB9C. Grayscale: #2D2D2D. Windows color (decimal): -11725725 or 6493261. OLE color: 6493261.

HSL color Cylindrical-coordinate representation of color #4D1463: hue angle of 283.29º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1463 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 20 99 -
CMYK 0.22 0.80 0 0.61
HSL 283.29º 0.66% 0.23% -
HSV(B) 283.29º 0.8% 0.39% -
XYZ 5.56 2.98 12.09 -
YUV 46.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 77 20 99 0.22 0.80 0 0.61 283.29 0.66 0.23
Hex 4D 14 63 16 50 0 3D 11B 42 17
Octal 115 24 143 26 120 0 75 433 102 27
Binary 1001101 10100 1100011 10110 1010000 0 111101 100011011 1000010 10111

Color Harmonies of #4D1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1463

Black with #4D1463

Text Example


Text Example

White with #4D1463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,20,99); }

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

background-color css

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

 a { background-color: rgb(77,20,99); }

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

border-color css

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

 span { border-color: rgb(77,20,99); }

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