Html Css Color HEX #47225D Scarlet Gum

📋 copy color: '#47225D'

red 71 ◦ green 34 ◦ blue 93

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

Shades of Scarlet Gum #47225D

Tints of Scarlet Gum #47225D

RGB

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

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

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

R = 35.86%
G = 17.17%
B = 46.97%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47225D (or 0x47225D) is known color: Scarlet Gum. HEX triplet: 47, 22 and 5D. RGB value is (71,34,93). Sum of RGB (Red+Green+Blue) = 71+34+93=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #47225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47225D is #B8DDA2. Grayscale: #333333. Windows color (decimal): -12115363 or 6103623. OLE color: 6103623.

HSL color Cylindrical-coordinate representation of color #47225D: hue angle of 277.63º 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 #47225D is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 34 93 -
CMYK 0.24 0.63 0 0.64
HSL 277.63º 0.46% 0.25% -
HSV(B) 277.63º 0.63% 0.36% -
XYZ 5.15 3.27 10.72 -
YUV 51.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 71 34 93 0.24 0.63 0 0.64 277.63 0.46 0.25
Hex 47 22 5D 18 3F 0 40 116 2E 19
Octal 107 42 135 30 77 0 100 426 56 31
Binary 1000111 100010 1011101 11000 111111 0 1000000 100010110 101110 11001

Color Harmonies of #47225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47225D

Black with #47225D

Text Example


Text Example

White with #47225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47225D; }

 p { color: rgb(71,34,93); }

 H1.HeaderClassName
 {
   color: #47225D;
 }
 .AnyTagClassName
 {
   color: #47225D;
 }
</style>

background-color css

<style>
 a { background-color: #47225D; }

 a { background-color: rgb(71,34,93); }

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

border-color css

<style>
 span { border-color: #47225D; }

 span { border-color: rgb(71,34,93); }

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