Html Css Color HEX #47245B Scarlet Gum

📋 copy color: '#47245B'

red 71 ◦ green 36 ◦ blue 91

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

Shades of Scarlet Gum #47245B

Tints of Scarlet Gum #47245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

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

R = 35.86%
G = 18.18%
B = 45.96%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47245B (or 0x47245B) is known color: Scarlet Gum. HEX triplet: 47, 24 and 5B. RGB value is (71,36,91). Sum of RGB (Red+Green+Blue) = 71+36+91=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #47245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47245B is #B8DBA4. Grayscale: #343434. Windows color (decimal): -12114853 or 5973063. OLE color: 5973063.

HSL color Cylindrical-coordinate representation of color #47245B: hue angle of 278.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47245B is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 36 91 -
CMYK 0.22 0.60 0 0.64
HSL 278.18º 0.43% 0.25% -
HSV(B) 278.18º 0.6% 0.36% -
XYZ 5.12 3.36 10.28 -
YUV 52.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 71 36 91 0.22 0.60 0 0.64 278.18 0.43 0.25
Hex 47 24 5B 16 3C 0 40 116 2B 19
Octal 107 44 133 26 74 0 100 426 53 31
Binary 1000111 100100 1011011 10110 111100 0 1000000 100010110 101011 11001

Color Harmonies of #47245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47245B

Black with #47245B

Text Example


Text Example

White with #47245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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