#492853

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

Shades of Scarlet Gum #492853

Tints of Scarlet Gum #492853

Color information

#492853 (or 0x492853) is unknown color: approx Scarlet Gum. HEX triplet: 49, 28 and 53. RGB value is (73,40,83). Sum of RGB (Red+Green+Blue) = 73+40+83=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #492853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492853 is #B6D7AC. Grayscale: #363636. Windows color (decimal): -11982765 or 5449801. OLE color: 5449801.

HSL color Cylindrical-coordinate representation of color #492853: hue angle of 286.05º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492853 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB734083-
CMYK0.120.5200.67
HSL286.05º34.96%24.12%-
HSV(B)286.05º51.81%32.55%-
XYZ5.073.568.6-
YUV54.77143.93141-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=37.24%
G=20.41%
B=42.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7340830.120.5200.67286.0534.9624.12
Hex492853C3404311e2318
Octal11150123146401034364330
Binary1001001101000101001111001101000100001110001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492853; }

 p { color: rgb(73,40,83); }

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

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

 a { background-color: rgb(73,40,83); }

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

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

 span { border-color: rgb(73,40,83); }

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