Html Css Color HEX #4D2164 Scarlet Gum

📋 copy color: '#4D2164'

red 77 ◦ green 33 ◦ blue 100

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

Shades of Scarlet Gum #4D2164

Tints of Scarlet Gum #4D2164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.62%

R = 36.67%
G = 15.71%
B = 47.62%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D2164 (or 0x4D2164) is known color: Scarlet Gum. HEX triplet: 4D, 21 and 64. RGB value is (77,33,100). Sum of RGB (Red+Green+Blue) = 77+33+100=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D2164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2164 is #B2DE9B. Grayscale: #353535. Windows color (decimal): -11722396 or 6562125. OLE color: 6562125.

HSL color Cylindrical-coordinate representation of color #4D2164: hue angle of 279.4º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2164 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 33 100 -
CMYK 0.23 0.67 0 0.61
HSL 279.4º 0.5% 0.26% -
HSV(B) 279.4º 0.67% 0.39% -
XYZ 5.9 3.59 12.44 -
YUV 53.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 77 33 100 0.23 0.67 0 0.61 279.4 0.5 0.26
Hex 4D 21 64 17 43 0 3D 117 32 1A
Octal 115 41 144 27 103 0 75 427 62 32
Binary 1001101 100001 1100100 10111 1000011 0 111101 100010111 110010 11010

Color Harmonies of #4D2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2164

Black with #4D2164

Text Example


Text Example

White with #4D2164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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