#493151

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

Shades of Scarlet Gum #493151

Tints of Scarlet Gum #493151

Color information

#493151 (or 0x493151) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 51. RGB value is (73,49,81). Sum of RGB (Red+Green+Blue) = 73+49+81=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #493151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493151 is #B6CEAE. Grayscale: #3B3B3B. Windows color (decimal): -11980463 or 5321033. OLE color: 5321033.

HSL color Cylindrical-coordinate representation of color #493151: hue angle of 285º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493151 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB734981-
CMYK0.100.4000.68
HSL285º24.62%25.49%-
HSV(B)285º39.51%31.76%-
XYZ5.334.218.32-
YUV59.82139.95137.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=35.96%
G=24.14%
B=39.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7349810.100.4000.6828524.6225.49
Hex493151A2804411d1919
Octal11161121125001044353131
Binary100100111000110100011010101000010001001000111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493151; }

 p { color: rgb(73,49,81); }

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

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

 a { background-color: rgb(73,49,81); }

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

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

 span { border-color: rgb(73,49,81); }

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