Html Css Color HEX #493950 Scarlet Gum

📋 copy color: '#493950'

red 73 ◦ green 57 ◦ blue 80

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

Shades of Scarlet Gum #493950

Tints of Scarlet Gum #493950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 34.76%
G = 27.14%
B = 38.1%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493950 (or 0x493950) is known color: Scarlet Gum. HEX triplet: 49, 39 and 50. RGB value is (73,57,80). Sum of RGB (Red+Green+Blue) = 73+57+80=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #493950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493950 is #B6C6AF. Grayscale: #404040. Windows color (decimal): -11978416 or 5257545. OLE color: 5257545.

HSL color Cylindrical-coordinate representation of color #493950: hue angle of 281.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493950 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 57 80 -
CMYK 0.09 0.29 0 0.69
HSL 281.74º 0.17% 0.27% -
HSV(B) 281.74º 0.29% 0.31% -
XYZ 5.66 4.92 8.24 -
YUV 64.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 73 57 80 0.09 0.29 0 0.69 281.74 0.17 0.27
Hex 49 39 50 9 1D 0 45 11A 11 1B
Octal 111 71 120 11 35 0 105 432 21 33
Binary 1001001 111001 1010000 1001 11101 0 1000101 100011010 10001 11011

Color Harmonies of #493950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493950

Black with #493950

Text Example


Text Example

White with #493950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493950; }

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

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

background-color css

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

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

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

border-color css

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

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

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