Html Css Color HEX #4F155F Scarlet Gum

📋 copy color: '#4F155F'

red 79 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #4F155F

Tints of Scarlet Gum #4F155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 40.51%
G = 10.77%
B = 48.72%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4F155F (or 0x4F155F) is known color: Scarlet Gum. HEX triplet: 4F, 15 and 5F. RGB value is (79,21,95). Sum of RGB (Red+Green+Blue) = 79+21+95=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F155F is #B0EAA0. Grayscale: #2E2E2E. Windows color (decimal): -11594401 or 6231375. OLE color: 6231375.

HSL color Cylindrical-coordinate representation of color #4F155F: hue angle of 287.03º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F155F is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 21 95 -
CMYK 0.17 0.78 0 0.63
HSL 287.03º 0.64% 0.23% -
HSV(B) 287.03º 0.78% 0.37% -
XYZ 5.56 3.02 11.12 -
YUV 46.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 79 21 95 0.17 0.78 0 0.63 287.03 0.64 0.23
Hex 4F 15 5F 11 4E 0 3F 11F 40 17
Octal 117 25 137 21 116 0 77 437 100 27
Binary 1001111 10101 1011111 10001 1001110 0 111111 100011111 1000000 10111

Color Harmonies of #4F155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F155F

Black with #4F155F

Text Example


Text Example

White with #4F155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,95); }

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

background-color css

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

 a { background-color: rgb(79,21,95); }

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

border-color css

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

 span { border-color: rgb(79,21,95); }

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