Html Css Color HEX #4F3C5B Scarlet Gum

📋 copy color: '#4F3C5B'

red 79 ◦ green 60 ◦ blue 91

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

Shades of Scarlet Gum #4F3C5B

Tints of Scarlet Gum #4F3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 34.35%
G = 26.09%
B = 39.57%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F3C5B (or 0x4F3C5B) is known color: Scarlet Gum. HEX triplet: 4F, 3C and 5B. RGB value is (79,60,91). Sum of RGB (Red+Green+Blue) = 79+60+91=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F3C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3C5B is #B0C3A4. Grayscale: #454545. Windows color (decimal): -11584421 or 5979215. OLE color: 5979215.

HSL color Cylindrical-coordinate representation of color #4F3C5B: hue angle of 276.77º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F3C5B is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 60 91 -
CMYK 0.13 0.34 0 0.64
HSL 276.77º 0.21% 0.3% -
HSV(B) 276.77º 0.34% 0.36% -
XYZ 6.73 5.65 10.63 -
YUV 69.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 79 60 91 0.13 0.34 0 0.64 276.77 0.21 0.3
Hex 4F 3C 5B D 22 0 40 115 15 1E
Octal 117 74 133 15 42 0 100 425 25 36
Binary 1001111 111100 1011011 1101 100010 0 1000000 100010101 10101 11110

Color Harmonies of #4F3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C5B

Black with #4F3C5B

Text Example


Text Example

White with #4F3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,91); }

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

background-color css

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

 a { background-color: rgb(79,60,91); }

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

border-color css

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

 span { border-color: rgb(79,60,91); }

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