Html Css Color HEX #47145A Scarlet Gum

📋 copy color: '#47145A'

red 71 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #47145A

Tints of Scarlet Gum #47145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

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

R = 39.23%
G = 11.05%
B = 49.72%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47145A (or 0x47145A) is known color: Scarlet Gum. HEX triplet: 47, 14 and 5A. RGB value is (71,20,90). Sum of RGB (Red+Green+Blue) = 71+20+90=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #47145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47145A is #B8EBA5. Grayscale: #2B2B2B. Windows color (decimal): -12118950 or 5903431. OLE color: 5903431.

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

Color convert

RGB 71 20 90 -
CMYK 0.21 0.78 0 0.65
HSL 283.71º 0.64% 0.22% -
HSV(B) 283.71º 0.78% 0.35% -
XYZ 4.69 2.58 9.92 -
YUV 43.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 71 20 90 0.21 0.78 0 0.65 283.71 0.64 0.22
Hex 47 14 5A 15 4E 0 41 11C 40 16
Octal 107 24 132 25 116 0 101 434 100 26
Binary 1000111 10100 1011010 10101 1001110 0 1000001 100011100 1000000 10110

Color Harmonies of #47145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47145A

Black with #47145A

Text Example


Text Example

White with #47145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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