Html Css Color HEX #4D1360 Scarlet Gum

📋 copy color: '#4D1360'

red 77 ◦ green 19 ◦ blue 96

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

Shades of Scarlet Gum #4D1360

Tints of Scarlet Gum #4D1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 40.1%
G = 9.9%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D1360 (or 0x4D1360) is known color: Scarlet Gum. HEX triplet: 4D, 13 and 60. RGB value is (77,19,96). Sum of RGB (Red+Green+Blue) = 77+19+96=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D1360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1360 is #B2EC9F. Grayscale: #2C2C2C. Windows color (decimal): -11725984 or 6296397. OLE color: 6296397.

HSL color Cylindrical-coordinate representation of color #4D1360: hue angle of 285.19º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1360 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 19 96 -
CMYK 0.20 0.80 0 0.62
HSL 285.19º 0.67% 0.23% -
HSV(B) 285.19º 0.8% 0.38% -
XYZ 5.4 2.89 11.34 -
YUV 45.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 77 19 96 0.20 0.80 0 0.62 285.19 0.67 0.23
Hex 4D 13 60 14 50 0 3E 11D 43 17
Octal 115 23 140 24 120 0 76 435 103 27
Binary 1001101 10011 1100000 10100 1010000 0 111110 100011101 1000011 10111

Color Harmonies of #4D1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1360

Black with #4D1360

Text Example


Text Example

White with #4D1360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,19,96); }

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

background-color css

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

 a { background-color: rgb(77,19,96); }

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

border-color css

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

 span { border-color: rgb(77,19,96); }

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