#47135F

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

Shades of Scarlet Gum #47135F

Tints of Scarlet Gum #47135F

Color information

#47135F (or 0x47135F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 13 and 5F. RGB value is (71,19,95). Sum of RGB (Red+Green+Blue) = 71+19+95=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #47135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135F is #B8ECA0. Grayscale: #2A2A2A. Windows color (decimal): -12119201 or 6230855. OLE color: 6230855.

HSL color Cylindrical-coordinate representation of color #47135F: hue angle of 281.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47135F is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB711995-
CMYK0.250.8000.63
HSL281.05º66.67%22.35%-
HSV(B)281.05º80%37.25%-
XYZ4.92.6311.08-
YUV43.21157.23147.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=38.38%
G=10.27%
B=51.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7119950.250.8000.63281.0566.6722.35
Hex47135F195003F1194316
Octal107231373112007743110326
Binary10001111001110111111100110100000111111100011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47135F; }

 p { color: rgb(71,19,95); }

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

<style>
 a { background-color: #47135F; }

 a { background-color: rgb(71,19,95); }

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

<style>
 span { border-color: #47135F; }

 span { border-color: rgb(71,19,95); }

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