Html Css Color HEX #47324E Scarlet Gum

📋 copy color: '#47324E'

red 71 ◦ green 50 ◦ blue 78

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

Shades of Scarlet Gum #47324E

Tints of Scarlet Gum #47324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 35.68%
G = 25.13%
B = 39.2%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47324E (or 0x47324E) is known color: Scarlet Gum. HEX triplet: 47, 32 and 4E. RGB value is (71,50,78). Sum of RGB (Red+Green+Blue) = 71+50+78=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #47324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47324E is #B8CDB1. Grayscale: #3B3B3B. Windows color (decimal): -12111282 or 5124679. OLE color: 5124679.

HSL color Cylindrical-coordinate representation of color #47324E: hue angle of 285º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47324E is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 50 78 -
CMYK 0.09 0.36 0 0.69
HSL 285º 0.22% 0.25% -
HSV(B) 285º 0.36% 0.31% -
XYZ 5.11 4.17 7.74 -
YUV 59.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 71 50 78 0.09 0.36 0 0.69 285 0.22 0.25
Hex 47 32 4E 9 24 0 45 11D 16 19
Octal 107 62 116 11 44 0 105 435 26 31
Binary 1000111 110010 1001110 1001 100100 0 1000101 100011101 10110 11001

Color Harmonies of #47324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47324E

Black with #47324E

Text Example


Text Example

White with #47324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47324E; }

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

 H1.HeaderClassName
 {
   color: #47324E;
 }
 .AnyTagClassName
 {
   color: #47324E;
 }
</style>

background-color css

<style>
 a { background-color: #47324E; }

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

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

border-color css

<style>
 span { border-color: #47324E; }

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

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