Html Css Color HEX #4D1060 Scarlet Gum

📋 copy color: '#4D1060'

red 77 ◦ green 16 ◦ blue 96

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

Shades of Scarlet Gum #4D1060

Tints of Scarlet Gum #4D1060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 40.74%
G = 8.47%
B = 50.79%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D1060 (or 0x4D1060) is known color: Scarlet Gum. HEX triplet: 4D, 10 and 60. RGB value is (77,16,96). Sum of RGB (Red+Green+Blue) = 77+16+96=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D1060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1060 is #B2EF9F. Grayscale: #2B2B2B. Windows color (decimal): -11726752 or 6295629. OLE color: 6295629.

HSL color Cylindrical-coordinate representation of color #4D1060: hue angle of 285.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1060 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 16 96 -
CMYK 0.20 0.83 0 0.62
HSL 285.75º 0.71% 0.22% -
HSV(B) 285.75º 0.83% 0.38% -
XYZ 5.36 2.79 11.32 -
YUV 43.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 77 16 96 0.20 0.83 0 0.62 285.75 0.71 0.22
Hex 4D 10 60 14 53 0 3E 11E 47 16
Octal 115 20 140 24 123 0 76 436 107 26
Binary 1001101 10000 1100000 10100 1010011 0 111110 100011110 1000111 10110

Color Harmonies of #4D1060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1060

Black with #4D1060

Text Example


Text Example

White with #4D1060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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