Html Css Color HEX #4D255A Scarlet Gum

📋 copy color: '#4D255A'

red 77 ◦ green 37 ◦ blue 90

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

Shades of Scarlet Gum #4D255A

Tints of Scarlet Gum #4D255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 37.75%
G = 18.14%
B = 44.12%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D255A (or 0x4D255A) is known color: Scarlet Gum. HEX triplet: 4D, 25 and 5A. RGB value is (77,37,90). Sum of RGB (Red+Green+Blue) = 77+37+90=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D255A is #B2DAA5. Grayscale: #363636. Windows color (decimal): -11721382 or 5907789. OLE color: 5907789.

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

Color convert

RGB 77 37 90 -
CMYK 0.14 0.59 0 0.65
HSL 285.28º 0.42% 0.25% -
HSV(B) 285.28º 0.59% 0.35% -
XYZ 5.57 3.64 10.08 -
YUV 55 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 77 37 90 0.14 0.59 0 0.65 285.28 0.42 0.25
Hex 4D 25 5A E 3B 0 41 11D 2A 19
Octal 115 45 132 16 73 0 101 435 52 31
Binary 1001101 100101 1011010 1110 111011 0 1000001 100011101 101010 11001

Color Harmonies of #4D255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D255A

Black with #4D255A

Text Example


Text Example

White with #4D255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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