Html Css Color HEX #4D2959 Scarlet Gum

📋 copy color: '#4D2959'

red 77 ◦ green 41 ◦ blue 89

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

Shades of Scarlet Gum #4D2959

Tints of Scarlet Gum #4D2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 89 (35.16% from 255) = 43%

R = 37.2%
G = 19.81%
B = 43%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D2959 (or 0x4D2959) is known color: Scarlet Gum. HEX triplet: 4D, 29 and 59. RGB value is (77,41,89). Sum of RGB (Red+Green+Blue) = 77+41+89=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D2959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2959 is #B2D6A6. Grayscale: #393939. Windows color (decimal): -11720359 or 5843277. OLE color: 5843277.

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

Color convert

RGB 77 41 89 -
CMYK 0.13 0.54 0 0.65
HSL 285º 0.37% 0.25% -
HSV(B) 285º 0.54% 0.35% -
XYZ 5.66 3.88 9.9 -
YUV 57.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 77 41 89 0.13 0.54 0 0.65 285 0.37 0.25
Hex 4D 29 59 D 36 0 41 11D 25 19
Octal 115 51 131 15 66 0 101 435 45 31
Binary 1001101 101001 1011001 1101 110110 0 1000001 100011101 100101 11001

Color Harmonies of #4D2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2959

Black with #4D2959

Text Example


Text Example

White with #4D2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,89); }

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

background-color css

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

 a { background-color: rgb(77,41,89); }

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

border-color css

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

 span { border-color: rgb(77,41,89); }

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