Html Css Color HEX #4D1F63 Scarlet Gum

📋 copy color: '#4D1F63'

red 77 ◦ green 31 ◦ blue 99

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

Shades of Scarlet Gum #4D1F63

Tints of Scarlet Gum #4D1F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

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

R = 37.2%
G = 14.98%
B = 47.83%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D1F63 (or 0x4D1F63) is known color: Scarlet Gum. HEX triplet: 4D, 1F and 63. RGB value is (77,31,99). Sum of RGB (Red+Green+Blue) = 77+31+99=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D1F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1F63 is #B2E09C. Grayscale: #343434. Windows color (decimal): -11722909 or 6496077. OLE color: 6496077.

HSL color Cylindrical-coordinate representation of color #4D1F63: hue angle of 280.59º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1F63 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 31 99 -
CMYK 0.22 0.69 0 0.61
HSL 280.59º 0.52% 0.25% -
HSV(B) 280.59º 0.69% 0.39% -
XYZ 5.8 3.46 12.17 -
YUV 52.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 77 31 99 0.22 0.69 0 0.61 280.59 0.52 0.25
Hex 4D 1F 63 16 45 0 3D 119 34 19
Octal 115 37 143 26 105 0 75 431 64 31
Binary 1001101 11111 1100011 10110 1000101 0 111101 100011001 110100 11001

Color Harmonies of #4D1F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F63

Black with #4D1F63

Text Example


Text Example

White with #4D1F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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