#493751

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

Shades of Scarlet Gum #493751

Tints of Scarlet Gum #493751

Color information

#493751 (or 0x493751) is unknown color: approx Scarlet Gum. HEX triplet: 49, 37 and 51. RGB value is (73,55,81). Sum of RGB (Red+Green+Blue) = 73+55+81=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #493751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493751 is #B6C8AE. Grayscale: #3F3F3F. Windows color (decimal): -11978927 or 5322569. OLE color: 5322569.

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

Color convert

RGB735581-
CMYK0.100.3200.68
HSL281.54º19.12%26.67%-
HSV(B)281.54º32.1%31.76%-
XYZ5.64.748.4-
YUV63.35137.96134.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=34.93%
G=26.32%
B=38.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7355810.100.3200.68281.5419.1226.67
Hex493751A2004411a131b
Octal11167121124001044322333
Binary100100111011110100011010100000010001001000110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493751; }

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

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

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

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

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

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

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

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