#47215A

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

Shades of Scarlet Gum #47215A

Tints of Scarlet Gum #47215A

Color information

#47215A (or 0x47215A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 5A. RGB value is (71,33,90). Sum of RGB (Red+Green+Blue) = 71+33+90=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #47215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47215A is #B8DEA5. Grayscale: #323232. Windows color (decimal): -12115622 or 5906759. OLE color: 5906759.

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

Color convert

RGB713390-
CMYK0.210.6300.65
HSL280º46.34%24.12%-
HSV(B)280º63.33%35.29%-
XYZ4.993.1710.02-
YUV50.86150.09142.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=36.60%
G=17.01%
B=46.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7133900.210.6300.6528046.3424.12
Hex47215A153F0411182e18
Octal10741132257701014305630
Binary10001111000011011010101011111110100000110001100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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