Html Css Color HEX #4D175A Scarlet Gum

📋 copy color: '#4D175A'

red 77 ◦ green 23 ◦ blue 90

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

Shades of Scarlet Gum #4D175A

Tints of Scarlet Gum #4D175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

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

R = 40.53%
G = 12.11%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D175A (or 0x4D175A) is known color: Scarlet Gum. HEX triplet: 4D, 17 and 5A. RGB value is (77,23,90). Sum of RGB (Red+Green+Blue) = 77+23+90=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D175A is #B2E8A5. Grayscale: #2E2E2E. Windows color (decimal): -11724966 or 5904205. OLE color: 5904205.

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

Color convert

RGB 77 23 90 -
CMYK 0.14 0.74 0 0.65
HSL 288.36º 0.59% 0.22% -
HSV(B) 288.36º 0.74% 0.35% -
XYZ 5.21 2.93 9.96 -
YUV 46.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 77 23 90 0.14 0.74 0 0.65 288.36 0.59 0.22
Hex 4D 17 5A E 4A 0 41 120 3B 16
Octal 115 27 132 16 112 0 101 440 73 26
Binary 1001101 10111 1011010 1110 1001010 0 1000001 100100000 111011 10110

Color Harmonies of #4D175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D175A

Black with #4D175A

Text Example


Text Example

White with #4D175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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