Html Css Color HEX #493753 Scarlet Gum

📋 copy color: '#493753'

red 73 ◦ green 55 ◦ blue 83

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

Shades of Scarlet Gum #493753

Tints of Scarlet Gum #493753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

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

R = 34.6%
G = 26.07%
B = 39.34%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493753 (or 0x493753) is known color: Scarlet Gum. HEX triplet: 49, 37 and 53. RGB value is (73,55,83). Sum of RGB (Red+Green+Blue) = 73+55+83=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #493753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493753 is #B6C8AC. Grayscale: #3F3F3F. Windows color (decimal): -11978925 or 5453641. OLE color: 5453641.

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

Color convert

RGB 73 55 83 -
CMYK 0.12 0.34 0 0.67
HSL 278.57º 0.2% 0.27% -
HSV(B) 278.57º 0.34% 0.33% -
XYZ 5.68 4.77 8.81 -
YUV 63.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 73 55 83 0.12 0.34 0 0.67 278.57 0.2 0.27
Hex 49 37 53 C 22 0 43 117 14 1B
Octal 111 67 123 14 42 0 103 427 24 33
Binary 1001001 110111 1010011 1100 100010 0 1000011 100010111 10100 11011

Color Harmonies of #493753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493753

Black with #493753

Text Example


Text Example

White with #493753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493753; }

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

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

background-color css

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

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

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

border-color css

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

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

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