Html Css Color HEX #4D2162 Scarlet Gum

📋 copy color: '#4D2162'

red 77 ◦ green 33 ◦ blue 98

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

Shades of Scarlet Gum #4D2162

Tints of Scarlet Gum #4D2162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.12%

R = 37.02%
G = 15.87%
B = 47.12%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D2162 (or 0x4D2162) is known color: Scarlet Gum. HEX triplet: 4D, 21 and 62. RGB value is (77,33,98). Sum of RGB (Red+Green+Blue) = 77+33+98=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D2162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2162 is #B2DE9D. Grayscale: #353535. Windows color (decimal): -11722398 or 6431053. OLE color: 6431053.

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

Color convert

RGB 77 33 98 -
CMYK 0.21 0.66 0 0.62
HSL 280.62º 0.5% 0.26% -
HSV(B) 280.62º 0.66% 0.38% -
XYZ 5.81 3.55 11.93 -
YUV 53.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 77 33 98 0.21 0.66 0 0.62 280.62 0.5 0.26
Hex 4D 21 62 15 42 0 3E 119 32 1A
Octal 115 41 142 25 102 0 76 431 62 32
Binary 1001101 100001 1100010 10101 1000010 0 111110 100011001 110010 11010

Color Harmonies of #4D2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2162

Black with #4D2162

Text Example


Text Example

White with #4D2162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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