Html Css Color HEX #4E3955 Scarlet Gum

📋 copy color: '#4E3955'

red 78 ◦ green 57 ◦ blue 85

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

Shades of Scarlet Gum #4E3955

Tints of Scarlet Gum #4E3955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 35.45%
G = 25.91%
B = 38.64%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E3955 (or 0x4E3955) is known color: Scarlet Gum. HEX triplet: 4E, 39 and 55. RGB value is (78,57,85). Sum of RGB (Red+Green+Blue) = 78+57+85=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E3955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3955 is #B1C6AA. Grayscale: #424242. Windows color (decimal): -11650731 or 5585230. OLE color: 5585230.

HSL color Cylindrical-coordinate representation of color #4E3955: hue angle of 285º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E3955 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 57 85 -
CMYK 0.08 0.33 0 0.67
HSL 285º 0.2% 0.28% -
HSV(B) 285º 0.33% 0.33% -
XYZ 6.24 5.2 9.27 -
YUV 66.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 78 57 85 0.08 0.33 0 0.67 285 0.2 0.28
Hex 4E 39 55 8 21 0 43 11D 14 1C
Octal 116 71 125 10 41 0 103 435 24 34
Binary 1001110 111001 1010101 1000 100001 0 1000011 100011101 10100 11100

Color Harmonies of #4E3955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3955

Black with #4E3955

Text Example


Text Example

White with #4E3955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,57,85); }

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

background-color css

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

 a { background-color: rgb(78,57,85); }

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

border-color css

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

 span { border-color: rgb(78,57,85); }

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