#471360

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

Shades of Scarlet Gum #471360

Tints of Scarlet Gum #471360

Color information

#471360 (or 0x471360) is unknown color: approx Scarlet Gum. HEX triplet: 47, 13 and 60. RGB value is (71,19,96). Sum of RGB (Red+Green+Blue) = 71+19+96=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #471360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471360 is #B8EC9F. Grayscale: #2B2B2B. Windows color (decimal): -12119200 or 6296391. OLE color: 6296391.

HSL color Cylindrical-coordinate representation of color #471360: hue angle of 280.52º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471360 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB711996-
CMYK0.260.8000.62
HSL280.52º66.96%22.55%-
HSV(B)280.52º80.21%37.65%-
XYZ4.942.6511.32-
YUV43.33157.73147.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=38.17%
G=10.22%
B=51.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7119960.260.8000.62280.5266.9622.55
Hex4713601A5003E1194317
Octal107231403212007643110327
Binary10001111001111000001101010100000111110100011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471360; }

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

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

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

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

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

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

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

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