Html Css Color HEX #4F225C Scarlet Gum

📋 copy color: '#4F225C'

red 79 ◦ green 34 ◦ blue 92

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

Shades of Scarlet Gum #4F225C

Tints of Scarlet Gum #4F225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 38.54%
G = 16.59%
B = 44.88%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F225C (or 0x4F225C) is known color: Scarlet Gum. HEX triplet: 4F, 22 and 5C. RGB value is (79,34,92). Sum of RGB (Red+Green+Blue) = 79+34+92=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F225C is #B0DDA3. Grayscale: #353535. Windows color (decimal): -11591076 or 6038095. OLE color: 6038095.

HSL color Cylindrical-coordinate representation of color #4F225C: hue angle of 286.55º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F225C is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 34 92 -
CMYK 0.14 0.63 0 0.64
HSL 286.55º 0.46% 0.25% -
HSV(B) 286.55º 0.63% 0.36% -
XYZ 5.73 3.58 10.51 -
YUV 54.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 79 34 92 0.14 0.63 0 0.64 286.55 0.46 0.25
Hex 4F 22 5C E 3F 0 40 11F 2E 19
Octal 117 42 134 16 77 0 100 437 56 31
Binary 1001111 100010 1011100 1110 111111 0 1000000 100011111 101110 11001

Color Harmonies of #4F225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F225C

Black with #4F225C

Text Example


Text Example

White with #4F225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,34,92); }

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

background-color css

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

 a { background-color: rgb(79,34,92); }

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

border-color css

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

 span { border-color: rgb(79,34,92); }

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