Html Css Color HEX #4F395D Scarlet Gum

📋 copy color: '#4F395D'

red 79 ◦ green 57 ◦ blue 93

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

Shades of Scarlet Gum #4F395D

Tints of Scarlet Gum #4F395D

RGB

 RED value IS 79 (31.25% from 255) = 34.5%

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

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

R = 34.5%
G = 24.89%
B = 40.61%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F395D (or 0x4F395D) is known color: Scarlet Gum. HEX triplet: 4F, 39 and 5D. RGB value is (79,57,93). Sum of RGB (Red+Green+Blue) = 79+57+93=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F395D is #B0C6A2. Grayscale: #434343. Windows color (decimal): -11585187 or 6109519. OLE color: 6109519.

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

Color convert

RGB 79 57 93 -
CMYK 0.15 0.39 0 0.64
HSL 276.67º 0.24% 0.29% -
HSV(B) 276.67º 0.39% 0.36% -
XYZ 6.66 5.38 11.04 -
YUV 67.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 79 57 93 0.15 0.39 0 0.64 276.67 0.24 0.29
Hex 4F 39 5D F 27 0 40 115 18 1D
Octal 117 71 135 17 47 0 100 425 30 35
Binary 1001111 111001 1011101 1111 100111 0 1000000 100010101 11000 11101

Color Harmonies of #4F395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F395D

Black with #4F395D

Text Example


Text Example

White with #4F395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,93); }

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

background-color css

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

 a { background-color: rgb(79,57,93); }

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

border-color css

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

 span { border-color: rgb(79,57,93); }

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