Html Css Color HEX #4D1261 Scarlet Gum

📋 copy color: '#4D1261'

red 77 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #4D1261

Tints of Scarlet Gum #4D1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 40.1%
G = 9.38%
B = 50.52%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D1261 (or 0x4D1261) is known color: Scarlet Gum. HEX triplet: 4D, 12 and 61. RGB value is (77,18,97). Sum of RGB (Red+Green+Blue) = 77+18+97=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1261 is #B2ED9E. Grayscale: #2C2C2C. Windows color (decimal): -11726239 or 6361677. OLE color: 6361677.

HSL color Cylindrical-coordinate representation of color #4D1261: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1261 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 18 97 -
CMYK 0.21 0.81 0 0.62
HSL 284.81º 0.69% 0.23% -
HSV(B) 284.81º 0.81% 0.38% -
XYZ 5.43 2.87 11.58 -
YUV 44.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 77 18 97 0.21 0.81 0 0.62 284.81 0.69 0.23
Hex 4D 12 61 15 51 0 3E 11D 45 17
Octal 115 22 141 25 121 0 76 435 105 27
Binary 1001101 10010 1100001 10101 1010001 0 111110 100011101 1000101 10111

Color Harmonies of #4D1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1261

Black with #4D1261

Text Example


Text Example

White with #4D1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,97); }

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

background-color css

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

 a { background-color: rgb(77,18,97); }

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

border-color css

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

 span { border-color: rgb(77,18,97); }

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