#47275A

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

Shades of Scarlet Gum #47275A

Tints of Scarlet Gum #47275A

Color information

#47275A (or 0x47275A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 5A. RGB value is (71,39,90). Sum of RGB (Red+Green+Blue) = 71+39+90=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #47275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47275A is #B8D8A5. Grayscale: #363636. Windows color (decimal): -12114086 or 5908295. OLE color: 5908295.

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

Color convert

RGB713990-
CMYK0.210.5700.65
HSL277.65º39.53%25.29%-
HSV(B)277.65º56.67%35.29%-
XYZ5.173.5310.08-
YUV54.38148.1139.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=35.5%
G=19.5%
B=45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7139900.210.5700.65277.6539.5325.29
Hex47275A15390411162819
Octal10747132257101014265031
Binary10001111001111011010101011110010100000110001011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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