Html Css Color HEX #47215F Scarlet Gum

📋 copy color: '#47215F'

red 71 ◦ green 33 ◦ blue 95

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

Shades of Scarlet Gum #47215F

Tints of Scarlet Gum #47215F

RGB

 RED value IS 71 (28.13% from 255) = 35.68%

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 35.68%
G = 16.58%
B = 47.74%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47215F (or 0x47215F) is known color: Scarlet Gum. HEX triplet: 47, 21 and 5F. RGB value is (71,33,95). Sum of RGB (Red+Green+Blue) = 71+33+95=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #47215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47215F is #B8DEA0. Grayscale: #333333. Windows color (decimal): -12115617 or 6234439. OLE color: 6234439.

HSL color Cylindrical-coordinate representation of color #47215F: hue angle of 276.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47215F is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 33 95 -
CMYK 0.25 0.65 0 0.63
HSL 276.77º 0.48% 0.25% -
HSV(B) 276.77º 0.65% 0.37% -
XYZ 5.21 3.25 11.18 -
YUV 51.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 71 33 95 0.25 0.65 0 0.63 276.77 0.48 0.25
Hex 47 21 5F 19 41 0 3F 115 30 19
Octal 107 41 137 31 101 0 77 425 60 31
Binary 1000111 100001 1011111 11001 1000001 0 111111 100010101 110000 11001

Color Harmonies of #47215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47215F

Black with #47215F

Text Example


Text Example

White with #47215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47215F; }

 p { color: rgb(71,33,95); }

 H1.HeaderClassName
 {
   color: #47215F;
 }
 .AnyTagClassName
 {
   color: #47215F;
 }
</style>

background-color css

<style>
 a { background-color: #47215F; }

 a { background-color: rgb(71,33,95); }

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

border-color css

<style>
 span { border-color: #47215F; }

 span { border-color: rgb(71,33,95); }

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