Html Css Color HEX #4D225E Scarlet Gum

📋 copy color: '#4D225E'

red 77 ◦ green 34 ◦ blue 94

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

Shades of Scarlet Gum #4D225E

Tints of Scarlet Gum #4D225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 37.56%
G = 16.59%
B = 45.85%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D225E (or 0x4D225E) is known color: Scarlet Gum. HEX triplet: 4D, 22 and 5E. RGB value is (77,34,94). Sum of RGB (Red+Green+Blue) = 77+34+94=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D225E is #B2DDA1. Grayscale: #353535. Windows color (decimal): -11722146 or 6169165. OLE color: 6169165.

HSL color Cylindrical-coordinate representation of color #4D225E: hue angle of 283º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D225E is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 34 94 -
CMYK 0.18 0.64 0 0.63
HSL 283º 0.47% 0.25% -
HSV(B) 283º 0.64% 0.37% -
XYZ 5.65 3.53 10.97 -
YUV 53.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 77 34 94 0.18 0.64 0 0.63 283 0.47 0.25
Hex 4D 22 5E 12 40 0 3F 11B 2F 19
Octal 115 42 136 22 100 0 77 433 57 31
Binary 1001101 100010 1011110 10010 1000000 0 111111 100011011 101111 11001

Color Harmonies of #4D225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D225E

Black with #4D225E

Text Example


Text Example

White with #4D225E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,94); }

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

background-color css

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

 a { background-color: rgb(77,34,94); }

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

border-color css

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

 span { border-color: rgb(77,34,94); }

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