#493852

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

Shades of Scarlet Gum #493852

Tints of Scarlet Gum #493852

Color information

#493852 (or 0x493852) is unknown color: approx Scarlet Gum. HEX triplet: 49, 38 and 52. RGB value is (73,56,82). Sum of RGB (Red+Green+Blue) = 73+56+82=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #493852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493852 is #B6C7AD. Grayscale: #3F3F3F. Windows color (decimal): -11978670 or 5388361. OLE color: 5388361.

HSL color Cylindrical-coordinate representation of color #493852: hue angle of 279.23º 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 #493852 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB735682-
CMYK0.110.3200.68
HSL279.23º18.84%27.06%-
HSV(B)279.23º31.71%32.16%-
XYZ5.684.858.62-
YUV64.05138.13134.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=34.60%
G=26.54%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7356820.110.3200.68279.2318.8427.06
Hex493852B20044117131b
Octal11170122134001044272333
Binary100100111100010100101011100000010001001000101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493852; }

 p { color: rgb(73,56,82); }

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

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

 a { background-color: rgb(73,56,82); }

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

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

 span { border-color: rgb(73,56,82); }

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