Html Css Color HEX #47145B Scarlet Gum

📋 copy color: '#47145B'

red 71 ◦ green 20 ◦ blue 91

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

Shades of Scarlet Gum #47145B

Tints of Scarlet Gum #47145B

RGB

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

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

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

R = 39.01%
G = 10.99%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47145B (or 0x47145B) is known color: Scarlet Gum. HEX triplet: 47, 14 and 5B. RGB value is (71,20,91). Sum of RGB (Red+Green+Blue) = 71+20+91=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #47145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47145B is #B8EBA4. Grayscale: #2B2B2B. Windows color (decimal): -12118949 or 5968967. OLE color: 5968967.

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

Color convert

RGB 71 20 91 -
CMYK 0.22 0.78 0 0.64
HSL 283.1º 0.64% 0.22% -
HSV(B) 283.1º 0.78% 0.36% -
XYZ 4.74 2.6 10.15 -
YUV 43.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 71 20 91 0.22 0.78 0 0.64 283.1 0.64 0.22
Hex 47 14 5B 16 4E 0 40 11B 40 16
Octal 107 24 133 26 116 0 100 433 100 26
Binary 1000111 10100 1011011 10110 1001110 0 1000000 100011011 1000000 10110

Color Harmonies of #47145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47145B

Black with #47145B

Text Example


Text Example

White with #47145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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