#47245B

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

Shades of Scarlet Gum #47245B

Tints of Scarlet Gum #47245B

Color information

#47245B (or 0x47245B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 24 and 5B. RGB value is (71,36,91). Sum of RGB (Red+Green+Blue) = 71+36+91=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #47245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47245B is #B8DBA4. Grayscale: #343434. Windows color (decimal): -12114853 or 5973063. OLE color: 5973063.

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

Color convert

RGB713691-
CMYK0.220.6000.64
HSL278.18º43.31%24.9%-
HSV(B)278.18º60.44%35.69%-
XYZ5.123.3610.28-
YUV52.74149.6141.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=35.86%
G=18.18%
B=45.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7136910.220.6000.64278.1843.3124.9
Hex47245B163C0401162b19
Octal10744133267401004265331
Binary10001111001001011011101101111000100000010001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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