#471266

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

Shades of Scarlet Gum #471266

Tints of Scarlet Gum #471266

Color information

#471266 (or 0x471266) is unknown color: approx Scarlet Gum. HEX triplet: 47, 12 and 66. RGB value is (71,18,102). Sum of RGB (Red+Green+Blue) = 71+18+102=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #471266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471266 is #B8ED99. Grayscale: #2B2B2B. Windows color (decimal): -12119450 or 6689351. OLE color: 6689351.

HSL color Cylindrical-coordinate representation of color #471266: hue angle of 277.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471266 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7118102-
CMYK0.300.8200.6
HSL277.86º70%23.53%-
HSV(B)277.86º82.35%40%-
XYZ5.212.7312.82-
YUV43.42161.06147.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=37.17%
G=9.42%
B=53.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71181020.300.8200.6277.867023.53
Hex4712661E5203C1164618
Octal107221463612207442610630
Binary10001111001011001101111010100100111100100010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471266; }

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

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

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

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

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

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

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

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