#471356

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

Shades of Scarlet Gum #471356

Tints of Scarlet Gum #471356

Color information

#471356 (or 0x471356) is unknown color: approx Scarlet Gum. HEX triplet: 47, 13 and 56. RGB value is (71,19,86). Sum of RGB (Red+Green+Blue) = 71+19+86=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #471356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471356 is #B8ECA9. Grayscale: #292929. Windows color (decimal): -12119210 or 5641031. OLE color: 5641031.

HSL color Cylindrical-coordinate representation of color #471356: hue angle of 286.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471356 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB711986-
CMYK0.170.7800.66
HSL286.57º63.81%20.59%-
HSV(B)286.57º77.91%33.73%-
XYZ4.512.489.04-
YUV42.19152.73148.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=40.34%
G=10.80%
B=48.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7119860.170.7800.66286.5763.8120.59
Hex471356114E04211f4015
Octal1072312621116010243710025
Binary100011110011101011010001100111001000010100011111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471356; }

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

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

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

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

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

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

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

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