#471366

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

Shades of Scarlet Gum #471366

Tints of Scarlet Gum #471366

Color information

#471366 (or 0x471366) is unknown color: approx Scarlet Gum. HEX triplet: 47, 13 and 66. RGB value is (71,19,102). Sum of RGB (Red+Green+Blue) = 71+19+102=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #471366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471366 is #B8EC99. Grayscale: #2B2B2B. Windows color (decimal): -12119194 or 6689607. OLE color: 6689607.

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

Color convert

RGB7119102-
CMYK0.300.8100.6
HSL277.59º68.6%23.73%-
HSV(B)277.59º81.37%40%-
XYZ5.232.7612.83-
YUV44.01160.73147.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=36.98%
G=9.90%
B=53.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71191020.300.8100.6277.5968.623.73
Hex4713661E5103C1164518
Octal107231463612107442610530
Binary10001111001111001101111010100010111100100010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471366; }

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

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

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

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

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

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

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

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