Html Css Color HEX #47325A Scarlet Gum

📋 copy color: '#47325A'

red 71 ◦ green 50 ◦ blue 90

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

Shades of Scarlet Gum #47325A

Tints of Scarlet Gum #47325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 33.65%
G = 23.7%
B = 42.65%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47325A (or 0x47325A) is known color: Scarlet Gum. HEX triplet: 47, 32 and 5A. RGB value is (71,50,90). Sum of RGB (Red+Green+Blue) = 71+50+90=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #47325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47325A is #B8CDA5. Grayscale: #3C3C3C. Windows color (decimal): -12111270 or 5911111. OLE color: 5911111.

HSL color Cylindrical-coordinate representation of color #47325A: hue angle of 271.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47325A is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 50 90 -
CMYK 0.21 0.44 0 0.65
HSL 271.5º 0.29% 0.27% -
HSV(B) 271.5º 0.44% 0.35% -
XYZ 5.58 4.36 10.22 -
YUV 60.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 71 50 90 0.21 0.44 0 0.65 271.5 0.29 0.27
Hex 47 32 5A 15 2C 0 41 110 1D 1B
Octal 107 62 132 25 54 0 101 420 35 33
Binary 1000111 110010 1011010 10101 101100 0 1000001 100010000 11101 11011

Color Harmonies of #47325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47325A

Black with #47325A

Text Example


Text Example

White with #47325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47325A; }

 p { color: rgb(71,50,90); }

 H1.HeaderClassName
 {
   color: #47325A;
 }
 .AnyTagClassName
 {
   color: #47325A;
 }
</style>

background-color css

<style>
 a { background-color: #47325A; }

 a { background-color: rgb(71,50,90); }

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

border-color css

<style>
 span { border-color: #47325A; }

 span { border-color: rgb(71,50,90); }

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