Html Css Color HEX #4F135F Scarlet Gum

📋 copy color: '#4F135F'

red 79 ◦ green 19 ◦ blue 95

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

Shades of Scarlet Gum #4F135F

Tints of Scarlet Gum #4F135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

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

R = 40.93%
G = 9.84%
B = 49.22%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4F135F (or 0x4F135F) is known color: Scarlet Gum. HEX triplet: 4F, 13 and 5F. RGB value is (79,19,95). Sum of RGB (Red+Green+Blue) = 79+19+95=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F135F is #B0ECA0. Grayscale: #2D2D2D. Windows color (decimal): -11594913 or 6230863. OLE color: 6230863.

HSL color Cylindrical-coordinate representation of color #4F135F: hue angle of 287.37º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F135F is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 19 95 -
CMYK 0.17 0.80 0 0.63
HSL 287.37º 0.67% 0.22% -
HSV(B) 287.37º 0.8% 0.37% -
XYZ 5.52 2.95 11.11 -
YUV 45.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 79 19 95 0.17 0.80 0 0.63 287.37 0.67 0.22
Hex 4F 13 5F 11 50 0 3F 11F 43 16
Octal 117 23 137 21 120 0 77 437 103 26
Binary 1001111 10011 1011111 10001 1010000 0 111111 100011111 1000011 10110

Color Harmonies of #4F135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F135F

Black with #4F135F

Text Example


Text Example

White with #4F135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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