Html Css Color HEX #4D295B Scarlet Gum

📋 copy color: '#4D295B'

red 77 ◦ green 41 ◦ blue 91

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

Shades of Scarlet Gum #4D295B

Tints of Scarlet Gum #4D295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 36.84%
G = 19.62%
B = 43.54%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D295B (or 0x4D295B) is known color: Scarlet Gum. HEX triplet: 4D, 29 and 5B. RGB value is (77,41,91). Sum of RGB (Red+Green+Blue) = 77+41+91=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D295B is #B2D6A4. Grayscale: #393939. Windows color (decimal): -11720357 or 5974349. OLE color: 5974349.

HSL color Cylindrical-coordinate representation of color #4D295B: hue angle of 283.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D295B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 41 91 -
CMYK 0.15 0.55 0 0.64
HSL 283.2º 0.38% 0.26% -
HSV(B) 283.2º 0.55% 0.36% -
XYZ 5.74 3.92 10.35 -
YUV 57.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 77 41 91 0.15 0.55 0 0.64 283.2 0.38 0.26
Hex 4D 29 5B F 37 0 40 11B 26 1A
Octal 115 51 133 17 67 0 100 433 46 32
Binary 1001101 101001 1011011 1111 110111 0 1000000 100011011 100110 11010

Color Harmonies of #4D295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D295B

Black with #4D295B

Text Example


Text Example

White with #4D295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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