Html Css Color HEX #47334F Scarlet Gum

📋 copy color: '#47334F'

red 71 ◦ green 51 ◦ blue 79

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

Shades of Scarlet Gum #47334F

Tints of Scarlet Gum #47334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 35.32%
G = 25.37%
B = 39.3%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47334F (or 0x47334F) is known color: Scarlet Gum. HEX triplet: 47, 33 and 4F. RGB value is (71,51,79). Sum of RGB (Red+Green+Blue) = 71+51+79=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #47334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47334F is #B8CCB0. Grayscale: #3C3C3C. Windows color (decimal): -12111025 or 5190471. OLE color: 5190471.

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

Color convert

RGB 71 51 79 -
CMYK 0.10 0.35 0 0.69
HSL 282.86º 0.22% 0.25% -
HSV(B) 282.86º 0.35% 0.31% -
XYZ 5.19 4.27 7.95 -
YUV 60.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 71 51 79 0.10 0.35 0 0.69 282.86 0.22 0.25
Hex 47 33 4F A 23 0 45 11B 16 19
Octal 107 63 117 12 43 0 105 433 26 31
Binary 1000111 110011 1001111 1010 100011 0 1000101 100011011 10110 11001

Color Harmonies of #47334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47334F

Black with #47334F

Text Example


Text Example

White with #47334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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