#47215E

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

Shades of Scarlet Gum #47215E

Tints of Scarlet Gum #47215E

Color information

#47215E (or 0x47215E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 5E. RGB value is (71,33,94). Sum of RGB (Red+Green+Blue) = 71+33+94=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #47215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47215E is #B8DEA1. Grayscale: #333333. Windows color (decimal): -12115618 or 6168903. OLE color: 6168903.

HSL color Cylindrical-coordinate representation of color #47215E: hue angle of 277.38º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47215E is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB713394-
CMYK0.240.6500.63
HSL277.38º48.03%24.9%-
HSV(B)277.38º64.89%36.86%-
XYZ5.163.2410.94-
YUV51.32152.09142.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=35.86%
G=16.67%
B=47.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7133940.240.6500.63277.3848.0324.9
Hex47215E184103F1153019
Octal10741136301010774256031
Binary10001111000011011110110001000001011111110001010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47215E; }

 p { color: rgb(71,33,94); }

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

<style>
 a { background-color: #47215E; }

 a { background-color: rgb(71,33,94); }

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

<style>
 span { border-color: #47215E; }

 span { border-color: rgb(71,33,94); }

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