#47255A

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

Shades of Scarlet Gum #47255A

Tints of Scarlet Gum #47255A

Color information

#47255A (or 0x47255A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 25 and 5A. RGB value is (71,37,90). Sum of RGB (Red+Green+Blue) = 71+37+90=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #47255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47255A is #B8DAA5. Grayscale: #353535. Windows color (decimal): -12114598 or 5907783. OLE color: 5907783.

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

Color convert

RGB713790-
CMYK0.210.5900.65
HSL278.49º41.73%24.9%-
HSV(B)278.49º58.89%35.29%-
XYZ5.113.410.06-
YUV53.21148.76140.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=35.86%
G=18.69%
B=45.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7137900.210.5900.65278.4941.7324.9
Hex47255A153B0411162a19
Octal10745132257301014265231
Binary10001111001011011010101011110110100000110001011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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