#471260

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

Shades of Scarlet Gum #471260

Tints of Scarlet Gum #471260

Color information

#471260 (or 0x471260) is unknown color: approx Scarlet Gum. HEX triplet: 47, 12 and 60. RGB value is (71,18,96). Sum of RGB (Red+Green+Blue) = 71+18+96=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #471260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471260 is #B8ED9F. Grayscale: #2A2A2A. Windows color (decimal): -12119456 or 6296135. OLE color: 6296135.

HSL color Cylindrical-coordinate representation of color #471260: hue angle of 280.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471260 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB711896-
CMYK0.260.8100.62
HSL280.77º68.42%22.35%-
HSV(B)280.77º81.25%37.65%-
XYZ4.932.6211.31-
YUV42.74158.06148.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=38.38%
G=9.73%
B=51.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7118960.260.8100.62280.7768.4222.35
Hex4712601A5103E1194416
Octal107221403212107643110426
Binary10001111001011000001101010100010111110100011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471260; }

 p { color: rgb(71,18,96); }

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

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

 a { background-color: rgb(71,18,96); }

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

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

 span { border-color: rgb(71,18,96); }

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