Html Css Color HEX #47325B Scarlet Gum

📋 copy color: '#47325B'

red 71 ◦ green 50 ◦ blue 91

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

Shades of Scarlet Gum #47325B

Tints of Scarlet Gum #47325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 33.49%
G = 23.58%
B = 42.92%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47325B (or 0x47325B) is known color: Scarlet Gum. HEX triplet: 47, 32 and 5B. RGB value is (71,50,91). Sum of RGB (Red+Green+Blue) = 71+50+91=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #47325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47325B is #B8CDA4. Grayscale: #3C3C3C. Windows color (decimal): -12111269 or 5976647. OLE color: 5976647.

HSL color Cylindrical-coordinate representation of color #47325B: hue angle of 270.73º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47325B is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 50 91 -
CMYK 0.22 0.45 0 0.64
HSL 270.73º 0.29% 0.28% -
HSV(B) 270.73º 0.45% 0.36% -
XYZ 5.63 4.38 10.45 -
YUV 60.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 71 50 91 0.22 0.45 0 0.64 270.73 0.29 0.28
Hex 47 32 5B 16 2D 0 40 10F 1D 1C
Octal 107 62 133 26 55 0 100 417 35 34
Binary 1000111 110010 1011011 10110 101101 0 1000000 100001111 11101 11100

Color Harmonies of #47325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47325B

Black with #47325B

Text Example


Text Example

White with #47325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47325B; }

 p { color: rgb(71,50,91); }

 H1.HeaderClassName
 {
   color: #47325B;
 }
 .AnyTagClassName
 {
   color: #47325B;
 }
</style>

background-color css

<style>
 a { background-color: #47325B; }

 a { background-color: rgb(71,50,91); }

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

border-color css

<style>
 span { border-color: #47325B; }

 span { border-color: rgb(71,50,91); }

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