Html Css Color HEX #47354F Scarlet Gum

📋 copy color: '#47354F'

red 71 ◦ green 53 ◦ blue 79

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

Shades of Scarlet Gum #47354F

Tints of Scarlet Gum #47354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

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

R = 34.98%
G = 26.11%
B = 38.92%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47354F (or 0x47354F) is known color: Scarlet Gum. HEX triplet: 47, 35 and 4F. RGB value is (71,53,79). Sum of RGB (Red+Green+Blue) = 71+53+79=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #47354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47354F is #B8CAB0. Grayscale: #3D3D3D. Windows color (decimal): -12110513 or 5190983. OLE color: 5190983.

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

Color convert

RGB 71 53 79 -
CMYK 0.10 0.33 0 0.69
HSL 281.54º 0.2% 0.26% -
HSV(B) 281.54º 0.33% 0.31% -
XYZ 5.28 4.45 7.98 -
YUV 61.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 71 53 79 0.10 0.33 0 0.69 281.54 0.2 0.26
Hex 47 35 4F A 21 0 45 11A 14 1A
Octal 107 65 117 12 41 0 105 432 24 32
Binary 1000111 110101 1001111 1010 100001 0 1000101 100011010 10100 11010

Color Harmonies of #47354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47354F

Black with #47354F

Text Example


Text Example

White with #47354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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