#471C5F

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

Shades of Scarlet Gum #471C5F

Tints of Scarlet Gum #471C5F

Color information

#471C5F (or 0x471C5F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1C and 5F. RGB value is (71,28,95). Sum of RGB (Red+Green+Blue) = 71+28+95=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #471C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C5F is #B8E3A0. Grayscale: #303030. Windows color (decimal): -12116897 or 6233159. OLE color: 6233159.

HSL color Cylindrical-coordinate representation of color #471C5F: hue angle of 278.51º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #471C5F is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB712895-
CMYK0.250.7100.63
HSL278.51º54.47%24.12%-
HSV(B)278.51º70.53%37.25%-
XYZ5.08311.14-
YUV48.5154.25144.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=36.60%
G=14.43%
B=48.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7128950.250.7100.63278.5154.4724.12
Hex471C5F194703F1173618
Octal10734137311070774276630
Binary1000111111001011111110011000111011111110001011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C5F; }

 p { color: rgb(71,28,95); }

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

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

 a { background-color: rgb(71,28,95); }

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

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

 span { border-color: rgb(71,28,95); }

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