Html Css Color HEX #47314E Scarlet Gum

📋 copy color: '#47314E'

red 71 ◦ green 49 ◦ blue 78

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

Shades of Scarlet Gum #47314E

Tints of Scarlet Gum #47314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

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

R = 35.86%
G = 24.75%
B = 39.39%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47314E (or 0x47314E) is known color: Scarlet Gum. HEX triplet: 47, 31 and 4E. RGB value is (71,49,78). Sum of RGB (Red+Green+Blue) = 71+49+78=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #47314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47314E is #B8CEB1. Grayscale: #3A3A3A. Windows color (decimal): -12111538 or 5124423. OLE color: 5124423.

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

Color convert

RGB 71 49 78 -
CMYK 0.09 0.37 0 0.69
HSL 285.52º 0.23% 0.25% -
HSV(B) 285.52º 0.37% 0.31% -
XYZ 5.07 4.09 7.73 -
YUV 58.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 71 49 78 0.09 0.37 0 0.69 285.52 0.23 0.25
Hex 47 31 4E 9 25 0 45 11E 17 19
Octal 107 61 116 11 45 0 105 436 27 31
Binary 1000111 110001 1001110 1001 100101 0 1000101 100011110 10111 11001

Color Harmonies of #47314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47314E

Black with #47314E

Text Example


Text Example

White with #47314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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