#47205A

Color #47205A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #47205A

Tints of Scarlet Gum #47205A

Color information

#47205A (or 0x47205A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 5A. RGB value is (71,32,90). Sum of RGB (Red+Green+Blue) = 71+32+90=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #47205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205A is #B8DFA5. Grayscale: #323232. Windows color (decimal): -12115878 or 5906503. OLE color: 5906503.

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

Color convert

RGB713290-
CMYK0.210.6400.65
HSL280.34º47.54%23.92%-
HSV(B)280.34º64.44%35.29%-
XYZ4.963.1110.01-
YUV50.27150.42142.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=36.79%
G=16.58%
B=46.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7132900.210.6400.65280.3447.5423.92
Hex47205A15400411183018
Octal107401322510001014306030
Binary100011110000010110101010110000000100000110001100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47205A;
 }
 .AnyTagClassName
 {
   color: #47205A;
 }
</style>
background-color css

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

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

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

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

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

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