Html Css Color HEX #4D345D Scarlet Gum

📋 copy color: '#4D345D'

red 77 ◦ green 52 ◦ blue 93

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

Shades of Scarlet Gum #4D345D

Tints of Scarlet Gum #4D345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 34.68%
G = 23.42%
B = 41.89%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D345D (or 0x4D345D) is known color: Scarlet Gum. HEX triplet: 4D, 34 and 5D. RGB value is (77,52,93). Sum of RGB (Red+Green+Blue) = 77+52+93=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D345D is #B2CBA2. Grayscale: #404040. Windows color (decimal): -11717539 or 6108237. OLE color: 6108237.

HSL color Cylindrical-coordinate representation of color #4D345D: hue angle of 276.59º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D345D is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 52 93 -
CMYK 0.17 0.44 0 0.64
HSL 276.59º 0.28% 0.28% -
HSV(B) 276.59º 0.44% 0.36% -
XYZ 6.26 4.82 10.96 -
YUV 64.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 77 52 93 0.17 0.44 0 0.64 276.59 0.28 0.28
Hex 4D 34 5D 11 2C 0 40 115 1C 1C
Octal 115 64 135 21 54 0 100 425 34 34
Binary 1001101 110100 1011101 10001 101100 0 1000000 100010101 11100 11100

Color Harmonies of #4D345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D345D

Black with #4D345D

Text Example


Text Example

White with #4D345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,93); }

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

background-color css

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

 a { background-color: rgb(77,52,93); }

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

border-color css

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

 span { border-color: rgb(77,52,93); }

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