#47295A

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

Shades of Scarlet Gum #47295A

Tints of Scarlet Gum #47295A

Color information

#47295A (or 0x47295A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 29 and 5A. RGB value is (71,41,90). Sum of RGB (Red+Green+Blue) = 71+41+90=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #47295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47295A is #B8D6A5. Grayscale: #373737. Windows color (decimal): -12113574 or 5908807. OLE color: 5908807.

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

Color convert

RGB714190-
CMYK0.210.5400.65
HSL276.73º37.4%25.69%-
HSV(B)276.73º54.44%35.29%-
XYZ5.243.6610.1-
YUV55.56147.44139.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=35.15%
G=20.30%
B=44.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7141900.210.5400.65276.7337.425.69
Hex47295A1536041115251a
Octal10751132256601014254532
Binary10001111010011011010101011101100100000110001010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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