#471457

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

Shades of Scarlet Gum #471457

Tints of Scarlet Gum #471457

Color information

#471457 (or 0x471457) is unknown color: approx Scarlet Gum. HEX triplet: 47, 14 and 57. RGB value is (71,20,87). Sum of RGB (Red+Green+Blue) = 71+20+87=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #471457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471457 is #B8EBA8. Grayscale: #2A2A2A. Windows color (decimal): -12118953 or 5706823. OLE color: 5706823.

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

Color convert

RGB712087-
CMYK0.180.7700.66
HSL285.67º62.62%20.98%-
HSV(B)285.67º77.01%34.12%-
XYZ4.572.539.26-
YUV42.89152.9148.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=39.89%
G=11.24%
B=48.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7120870.180.7700.66285.6762.6220.98
Hex471457124D04211e3f15
Octal107241272211501024367725
Binary10001111010010101111001010011010100001010001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471457; }

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

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

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

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

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

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

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

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