Html Css Color HEX #4D215D Scarlet Gum

📋 copy color: '#4D215D'

red 77 ◦ green 33 ◦ blue 93

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

Shades of Scarlet Gum #4D215D

Tints of Scarlet Gum #4D215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 37.93%
G = 16.26%
B = 45.81%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D215D (or 0x4D215D) is known color: Scarlet Gum. HEX triplet: 4D, 21 and 5D. RGB value is (77,33,93). Sum of RGB (Red+Green+Blue) = 77+33+93=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D215D is #B2DEA2. Grayscale: #343434. Windows color (decimal): -11722403 or 6103373. OLE color: 6103373.

HSL color Cylindrical-coordinate representation of color #4D215D: hue angle of 284º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D215D is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 33 93 -
CMYK 0.17 0.65 0 0.64
HSL 284º 0.48% 0.25% -
HSV(B) 284º 0.65% 0.36% -
XYZ 5.58 3.46 10.73 -
YUV 53 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 77 33 93 0.17 0.65 0 0.64 284 0.48 0.25
Hex 4D 21 5D 11 41 0 40 11C 30 19
Octal 115 41 135 21 101 0 100 434 60 31
Binary 1001101 100001 1011101 10001 1000001 0 1000000 100011100 110000 11001

Color Harmonies of #4D215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D215D

Black with #4D215D

Text Example


Text Example

White with #4D215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,93); }

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

background-color css

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

 a { background-color: rgb(77,33,93); }

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

border-color css

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

 span { border-color: rgb(77,33,93); }

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