#471C57

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

Shades of Scarlet Gum #471C57

Tints of Scarlet Gum #471C57

Color information

#471C57 (or 0x471C57) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1C and 57. RGB value is (71,28,87). Sum of RGB (Red+Green+Blue) = 71+28+87=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #471C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C57 is #B8E3A8. Grayscale: #2F2F2F. Windows color (decimal): -12116905 or 5708871. OLE color: 5708871.

HSL color Cylindrical-coordinate representation of color #471C57: hue angle of 283.73º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471C57 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB712887-
CMYK0.180.6800.66
HSL283.73º51.3%22.55%-
HSV(B)283.73º67.82%34.12%-
XYZ4.732.869.32-
YUV47.58150.25144.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=38.17%
G=15.05%
B=46.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7128870.180.6800.66283.7351.322.55
Hex471C57124404211c3317
Octal107341272210401024346327
Binary10001111110010101111001010001000100001010001110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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