Html Css Color HEX #47185A Scarlet Gum

📋 copy color: '#47185A'

red 71 ◦ green 24 ◦ blue 90

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

Shades of Scarlet Gum #47185A

Tints of Scarlet Gum #47185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.97%

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

R = 38.38%
G = 12.97%
B = 48.65%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47185A (or 0x47185A) is known color: Scarlet Gum. HEX triplet: 47, 18 and 5A. RGB value is (71,24,90). Sum of RGB (Red+Green+Blue) = 71+24+90=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #47185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47185A is #B8E7A5. Grayscale: #2D2D2D. Windows color (decimal): -12117926 or 5904455. OLE color: 5904455.

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

Color convert

RGB 71 24 90 -
CMYK 0.21 0.73 0 0.65
HSL 282.73º 0.58% 0.22% -
HSV(B) 282.73º 0.73% 0.35% -
XYZ 4.77 2.73 9.95 -
YUV 45.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 71 24 90 0.21 0.73 0 0.65 282.73 0.58 0.22
Hex 47 18 5A 15 49 0 41 11B 3A 16
Octal 107 30 132 25 111 0 101 433 72 26
Binary 1000111 11000 1011010 10101 1001001 0 1000001 100011011 111010 10110

Color Harmonies of #47185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47185A

Black with #47185A

Text Example


Text Example

White with #47185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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