Html Css Color HEX #47374F Scarlet Gum

📋 copy color: '#47374F'

red 71 ◦ green 55 ◦ blue 79

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

Shades of Scarlet Gum #47374F

Tints of Scarlet Gum #47374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 34.63%
G = 26.83%
B = 38.54%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47374F (or 0x47374F) is known color: Scarlet Gum. HEX triplet: 47, 37 and 4F. RGB value is (71,55,79). Sum of RGB (Red+Green+Blue) = 71+55+79=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #47374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47374F is #B8C8B0. Grayscale: #3E3E3E. Windows color (decimal): -12110001 or 5191495. OLE color: 5191495.

HSL color Cylindrical-coordinate representation of color #47374F: hue angle of 280º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47374F is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 55 79 -
CMYK 0.10 0.30 0 0.69
HSL 280º 0.18% 0.26% -
HSV(B) 280º 0.3% 0.31% -
XYZ 5.38 4.64 8.01 -
YUV 62.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 71 55 79 0.10 0.30 0 0.69 280 0.18 0.26
Hex 47 37 4F A 1E 0 45 118 12 1A
Octal 107 67 117 12 36 0 105 430 22 32
Binary 1000111 110111 1001111 1010 11110 0 1000101 100011000 10010 11010

Color Harmonies of #47374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47374F

Black with #47374F

Text Example


Text Example

White with #47374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,55,79); }

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

background-color css

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

 a { background-color: rgb(71,55,79); }

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

border-color css

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

 span { border-color: rgb(71,55,79); }

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