#473157

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

Shades of Scarlet Gum #473157

Tints of Scarlet Gum #473157

Color information

#473157 (or 0x473157) is unknown color: approx Scarlet Gum. HEX triplet: 47, 31 and 57. RGB value is (71,49,87). Sum of RGB (Red+Green+Blue) = 71+49+87=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #473157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473157 is #B8CEA8. Grayscale: #3B3B3B. Windows color (decimal): -12111529 or 5714247. OLE color: 5714247.

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

Color convert

RGB714987-
CMYK0.180.4400.66
HSL274.74º27.94%26.67%-
HSV(B)274.74º43.68%34.12%-
XYZ5.424.229.55-
YUV59.91143.29135.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=34.30%
G=23.67%
B=42.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7149870.180.4400.66274.7427.9426.67
Hex473157122C0421131c1b
Octal10761127225401024233433
Binary1000111110001101011110010101100010000101000100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473157; }

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

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

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

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

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

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

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

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