Html Css Color HEX #4D365D Scarlet Gum

📋 copy color: '#4D365D'

red 77 ◦ green 54 ◦ blue 93

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

Shades of Scarlet Gum #4D365D

Tints of Scarlet Gum #4D365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 34.38%
G = 24.11%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D365D (or 0x4D365D) is known color: Scarlet Gum. HEX triplet: 4D, 36 and 5D. RGB value is (77,54,93). Sum of RGB (Red+Green+Blue) = 77+54+93=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D365D is #B2C9A2. Grayscale: #414141. Windows color (decimal): -11717027 or 6108749. OLE color: 6108749.

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

Color convert

RGB 77 54 93 -
CMYK 0.17 0.42 0 0.64
HSL 275.38º 0.27% 0.29% -
HSV(B) 275.38º 0.42% 0.36% -
XYZ 6.36 5.01 10.99 -
YUV 65.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 77 54 93 0.17 0.42 0 0.64 275.38 0.27 0.29
Hex 4D 36 5D 11 2A 0 40 113 1B 1D
Octal 115 66 135 21 52 0 100 423 33 35
Binary 1001101 110110 1011101 10001 101010 0 1000000 100010011 11011 11101

Color Harmonies of #4D365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D365D

Black with #4D365D

Text Example


Text Example

White with #4D365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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