Html Css Color HEX #493953 Scarlet Gum

📋 copy color: '#493953'

red 73 ◦ green 57 ◦ blue 83

#493953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #493953

Tints of Scarlet Gum #493953

RGB

 RED value IS 73 (28.91% from 255) = 34.27%

 GREEN value IS 57 (22.66% from 255) = 26.76%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 34.27%
G = 26.76%
B = 38.97%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493953 (or 0x493953) is known color: Scarlet Gum. HEX triplet: 49, 39 and 53. RGB value is (73,57,83). Sum of RGB (Red+Green+Blue) = 73+57+83=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #493953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493953 is #B6C6AC. Grayscale: #404040. Windows color (decimal): -11978413 or 5454153. OLE color: 5454153.

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

Color convert

RGB 73 57 83 -
CMYK 0.12 0.31 0 0.67
HSL 276.92º 0.19% 0.27% -
HSV(B) 276.92º 0.31% 0.33% -
XYZ 5.77 4.97 8.84 -
YUV 64.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 73 57 83 0.12 0.31 0 0.67 276.92 0.19 0.27
Hex 49 39 53 C 1F 0 43 115 13 1B
Octal 111 71 123 14 37 0 103 425 23 33
Binary 1001001 111001 1010011 1100 11111 0 1000011 100010101 10011 11011

Color Harmonies of #493953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493953

Black with #493953

Text Example


Text Example

White with #493953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493953; }

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

 H1.HeaderClassName
 {
   color: #493953;
 }
 .AnyTagClassName
 {
   color: #493953;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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