#47185A

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

Shades of Scarlet Gum #47185A

Tints of Scarlet Gum #47185A

Color information

#47185A (or 0x47185A) is unknown color: approx 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

RGB712490-
CMYK0.210.7300.65
HSL282.73º57.89%22.35%-
HSV(B)282.73º73.33%35.29%-
XYZ4.772.739.95-
YUV45.58153.07146.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7124900.210.7300.65282.7357.8922.35
Hex47185A154904111b3a16
Octal107301322511101014337226
Binary10001111100010110101010110010010100000110001101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>