#47245A

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

Shades of Scarlet Gum #47245A

Tints of Scarlet Gum #47245A

Color information

#47245A (or 0x47245A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 24 and 5A. RGB value is (71,36,90). Sum of RGB (Red+Green+Blue) = 71+36+90=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #47245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47245A is #B8DBA5. Grayscale: #343434. Windows color (decimal): -12114854 or 5907527. OLE color: 5907527.

HSL color Cylindrical-coordinate representation of color #47245A: hue angle of 278.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47245A is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB713690-
CMYK0.210.6000.65
HSL278.89º42.86%24.71%-
HSV(B)278.89º60%35.29%-
XYZ5.073.3410.05-
YUV52.62149.1141.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=36.04%
G=18.27%
B=45.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7136900.210.6000.65278.8942.8624.71
Hex47245A153C0411172b19
Octal10744132257401014275331
Binary10001111001001011010101011111000100000110001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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