#473154

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

Shades of Scarlet Gum #473154

Tints of Scarlet Gum #473154

Color information

#473154 (or 0x473154) is unknown color: approx Scarlet Gum. HEX triplet: 47, 31 and 54. RGB value is (71,49,84). Sum of RGB (Red+Green+Blue) = 71+49+84=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #473154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473154 is #B8CEAB. Grayscale: #3B3B3B. Windows color (decimal): -12111532 or 5517639. OLE color: 5517639.

HSL color Cylindrical-coordinate representation of color #473154: hue angle of 277.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473154 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB714984-
CMYK0.150.4200.67
HSL277.71º26.32%26.08%-
HSV(B)277.71º41.67%32.94%-
XYZ5.34.188.91-
YUV59.57141.79136.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=34.80%
G=24.02%
B=41.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7149840.150.4200.67277.7126.3226.08
Hex473154F2A0431161a1a
Octal10761124175201034263232
Binary100011111000110101001111101010010000111000101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473154; }

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

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

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

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

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

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

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

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