#471055

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

Shades of Scarlet Gum #471055

Tints of Scarlet Gum #471055

Color information

#471055 (or 0x471055) is unknown color: approx Scarlet Gum. HEX triplet: 47, 10 and 55. RGB value is (71,16,85). Sum of RGB (Red+Green+Blue) = 71+16+85=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #471055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471055 is #B8EFAA. Grayscale: #282828. Windows color (decimal): -12119979 or 5574727. OLE color: 5574727.

HSL color Cylindrical-coordinate representation of color #471055: hue angle of 287.83º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471055 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB711685-
CMYK0.160.8100.67
HSL287.83º68.32%19.8%-
HSV(B)287.83º81.18%33.33%-
XYZ4.422.378.82-
YUV40.31153.22149.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=41.28%
G=9.30%
B=49.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7116850.160.8100.67287.8368.3219.8
Hex47105510510431204414
Octal1072012520121010344010424
Binary100011110000101010110000101000101000011100100000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471055; }

 p { color: rgb(71,16,85); }

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

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

 a { background-color: rgb(71,16,85); }

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

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

 span { border-color: rgb(71,16,85); }

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