Html Css Color HEX #47195A Scarlet Gum

📋 copy color: '#47195A'

red 71 ◦ green 25 ◦ blue 90

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

Shades of Scarlet Gum #47195A

Tints of Scarlet Gum #47195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 38.17%
G = 13.44%
B = 48.39%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47195A (or 0x47195A) is known color: Scarlet Gum. HEX triplet: 47, 19 and 5A. RGB value is (71,25,90). Sum of RGB (Red+Green+Blue) = 71+25+90=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #47195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47195A is #B8E6A5. Grayscale: #2D2D2D. Windows color (decimal): -12117670 or 5904711. OLE color: 5904711.

HSL color Cylindrical-coordinate representation of color #47195A: hue angle of 282.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47195A is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 25 90 -
CMYK 0.21 0.72 0 0.65
HSL 282.46º 0.57% 0.23% -
HSV(B) 282.46º 0.72% 0.35% -
XYZ 4.79 2.77 9.96 -
YUV 46.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 71 25 90 0.21 0.72 0 0.65 282.46 0.57 0.23
Hex 47 19 5A 15 48 0 41 11A 39 17
Octal 107 31 132 25 110 0 101 432 71 27
Binary 1000111 11001 1011010 10101 1001000 0 1000001 100011010 111001 10111

Color Harmonies of #47195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47195A

Black with #47195A

Text Example


Text Example

White with #47195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47195A; }

 p { color: rgb(71,25,90); }

 H1.HeaderClassName
 {
   color: #47195A;
 }
 .AnyTagClassName
 {
   color: #47195A;
 }
</style>

background-color css

<style>
 a { background-color: #47195A; }

 a { background-color: rgb(71,25,90); }

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

border-color css

<style>
 span { border-color: #47195A; }

 span { border-color: rgb(71,25,90); }

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