#472057

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

Shades of Scarlet Gum #472057

Tints of Scarlet Gum #472057

Color information

#472057 (or 0x472057) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 57. RGB value is (71,32,87). Sum of RGB (Red+Green+Blue) = 71+32+87=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #472057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472057 is #B8DFA8. Grayscale: #313131. Windows color (decimal): -12115881 or 5709895. OLE color: 5709895.

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

Color convert

RGB713287-
CMYK0.180.6300.66
HSL282.55º46.22%23.33%-
HSV(B)282.55º63.22%34.12%-
XYZ4.843.069.35-
YUV49.93148.92143.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=37.37%
G=16.84%
B=45.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7132870.180.6300.66282.5546.2223.33
Hex472057123F04211b2e17
Octal10740127227701024335627
Binary10001111000001010111100101111110100001010001101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472057; }

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

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

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

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

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

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

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

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