Html Css Color HEX #4F275D Scarlet Gum

📋 copy color: '#4F275D'

red 79 ◦ green 39 ◦ blue 93

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

Shades of Scarlet Gum #4F275D

Tints of Scarlet Gum #4F275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 37.44%
G = 18.48%
B = 44.08%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F275D (or 0x4F275D) is known color: Scarlet Gum. HEX triplet: 4F, 27 and 5D. RGB value is (79,39,93). Sum of RGB (Red+Green+Blue) = 79+39+93=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F275D is #B0D8A2. Grayscale: #383838. Windows color (decimal): -11589795 or 6104911. OLE color: 6104911.

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

Color convert

RGB 79 39 93 -
CMYK 0.15 0.58 0 0.64
HSL 284.44º 0.41% 0.26% -
HSV(B) 284.44º 0.58% 0.36% -
XYZ 5.93 3.9 10.8 -
YUV 57.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 79 39 93 0.15 0.58 0 0.64 284.44 0.41 0.26
Hex 4F 27 5D F 3A 0 40 11C 29 1A
Octal 117 47 135 17 72 0 100 434 51 32
Binary 1001111 100111 1011101 1111 111010 0 1000000 100011100 101001 11010

Color Harmonies of #4F275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F275D

Black with #4F275D

Text Example


Text Example

White with #4F275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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