Html Css Color HEX #4E325A Scarlet Gum

📋 copy color: '#4E325A'

red 78 ◦ green 50 ◦ blue 90

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

Shades of Scarlet Gum #4E325A

Tints of Scarlet Gum #4E325A

RGB

 RED value IS 78 (30.86% from 255) = 35.78%

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 35.78%
G = 22.94%
B = 41.28%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E325A (or 0x4E325A) is known color: Scarlet Gum. HEX triplet: 4E, 32 and 5A. RGB value is (78,50,90). Sum of RGB (Red+Green+Blue) = 78+50+90=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E325A is #B1CDA5. Grayscale: #3E3E3E. Windows color (decimal): -11652518 or 5911118. OLE color: 5911118.

HSL color Cylindrical-coordinate representation of color #4E325A: hue angle of 282º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E325A is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 50 90 -
CMYK 0.13 0.44 0 0.65
HSL 282º 0.29% 0.27% -
HSV(B) 282º 0.44% 0.35% -
XYZ 6.13 4.64 10.25 -
YUV 62.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 78 50 90 0.13 0.44 0 0.65 282 0.29 0.27
Hex 4E 32 5A D 2C 0 41 11A 1D 1B
Octal 116 62 132 15 54 0 101 432 35 33
Binary 1001110 110010 1011010 1101 101100 0 1000001 100011010 11101 11011

Color Harmonies of #4E325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E325A

Black with #4E325A

Text Example


Text Example

White with #4E325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,90); }

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

background-color css

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

 a { background-color: rgb(78,50,90); }

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

border-color css

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

 span { border-color: rgb(78,50,90); }

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