Html Css Color HEX #4D165A Scarlet Gum

📋 copy color: '#4D165A'

red 77 ◦ green 22 ◦ blue 90

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

Shades of Scarlet Gum #4D165A

Tints of Scarlet Gum #4D165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 90 (35.55% from 255) = 47.62%

R = 40.74%
G = 11.64%
B = 47.62%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D165A (or 0x4D165A) is known color: Scarlet Gum. HEX triplet: 4D, 16 and 5A. RGB value is (77,22,90). Sum of RGB (Red+Green+Blue) = 77+22+90=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D165A is #B2E9A5. Grayscale: #2D2D2D. Windows color (decimal): -11725222 or 5903949. OLE color: 5903949.

HSL color Cylindrical-coordinate representation of color #4D165A: hue angle of 288.53º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D165A is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 22 90 -
CMYK 0.14 0.76 0 0.65
HSL 288.53º 0.61% 0.22% -
HSV(B) 288.53º 0.76% 0.35% -
XYZ 5.19 2.89 9.96 -
YUV 46.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 77 22 90 0.14 0.76 0 0.65 288.53 0.61 0.22
Hex 4D 16 5A E 4C 0 41 121 3D 16
Octal 115 26 132 16 114 0 101 441 75 26
Binary 1001101 10110 1011010 1110 1001100 0 1000001 100100001 111101 10110

Color Harmonies of #4D165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D165A

Black with #4D165A

Text Example


Text Example

White with #4D165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,90); }

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

background-color css

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

 a { background-color: rgb(77,22,90); }

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

border-color css

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

 span { border-color: rgb(77,22,90); }

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