#471166

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

Shades of Scarlet Gum #471166

Tints of Scarlet Gum #471166

Color information

#471166 (or 0x471166) is unknown color: approx Scarlet Gum. HEX triplet: 47, 11 and 66. RGB value is (71,17,102). Sum of RGB (Red+Green+Blue) = 71+17+102=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #471166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471166 is #B8EE99. Grayscale: #2A2A2A. Windows color (decimal): -12119706 or 6689095. OLE color: 6689095.

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

Color convert

RGB7117102-
CMYK0.300.8300.6
HSL278.12º71.43%23.33%-
HSV(B)278.12º83.33%40%-
XYZ5.22.712.82-
YUV42.84161.39148.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=37.37%
G=8.95%
B=53.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71171020.300.8300.6278.1271.4323.33
Hex4711661E5303C1164717
Octal107211463612307442610727
Binary10001111000111001101111010100110111100100010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471166; }

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

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

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

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

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

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

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

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