Html Css Color HEX #47364F Scarlet Gum

📋 copy color: '#47364F'

red 71 ◦ green 54 ◦ blue 79

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

Shades of Scarlet Gum #47364F

Tints of Scarlet Gum #47364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

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

R = 34.8%
G = 26.47%
B = 38.73%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47364F (or 0x47364F) is known color: Scarlet Gum. HEX triplet: 47, 36 and 4F. RGB value is (71,54,79). Sum of RGB (Red+Green+Blue) = 71+54+79=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #47364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47364F is #B8C9B0. Grayscale: #3D3D3D. Windows color (decimal): -12110257 or 5191239. OLE color: 5191239.

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

Color convert

RGB 71 54 79 -
CMYK 0.10 0.32 0 0.69
HSL 280.8º 0.19% 0.26% -
HSV(B) 280.8º 0.32% 0.31% -
XYZ 5.33 4.54 7.99 -
YUV 61.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 71 54 79 0.10 0.32 0 0.69 280.8 0.19 0.26
Hex 47 36 4F A 20 0 45 119 13 1A
Octal 107 66 117 12 40 0 105 431 23 32
Binary 1000111 110110 1001111 1010 100000 0 1000101 100011001 10011 11010

Color Harmonies of #47364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47364F

Black with #47364F

Text Example


Text Example

White with #47364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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